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.

GitHub

11 stars
3 watching
0 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pjknkda/flake8-datetimez A plugin to enforce safe datetime usage in Python code 34
python-formate/flake8_strftime A tool to enforce consistent date formatting across different platforms in Python. 2
expobrain/flake8-datetime-utcnow-plugin A plugin to warn against using outdated datetime methods in Python code 2
sfstpala/flake8-import-style Ensures explicit module imports in Python code to maintain quality and readability. 3
joaopalmeiro/flake8-import-conventions Provides a set of recommended import conventions for popular Python packages 7
xzise/flake8-future-import Checks Python code for compatibility with future imports. 18
asottile/flake8-typing-imports Automatically checks Python typing module imports for compatibility with different Python versions. 49
adamchainz/flake8-tidy-imports A plugin that helps write more organized imports in Python code. 72
frmdstryr/zig-datetime A Zig module providing a date and time API similar to Python's Arrow. 85
best-doctor/flake8-functions Enforces code standards for Python functions 50
tlocke/flake8-alphabetize Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. 16
browniebroke/flake8-django-migrations Ensures Django migration code follows best practices to prevent backwards compatibility issues 7
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
tommilligan/flake8-fixme Automatically detects and flags temporary notes in Python code to help maintain coding standards. 18