flake8-datetime-import
Importer plugin
Enforces consistent and safe importing of Python's datetime module
A plugin for flake8 which enforces importing datetime as dt
and time as tm
.
11 stars
3 watching
0 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to enforce safe datetime usage in Python code | 34 |
| A tool to enforce consistent date formatting across different platforms in Python. | 2 |
| A plugin to warn against using outdated datetime methods in Python code | 2 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Checks Python code for compatibility with future imports. | 18 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| A plugin that helps write more organized imports in Python code. | 72 |
| A Zig module providing a date and time API similar to Python's Arrow. | 87 |
| Enforces code standards for Python functions | 50 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |