flake8-datetimez

Datetime checker

A plugin to enforce safe datetime usage in Python code

A plugin for flake8 to ban the usage of unsafe naive datetime class.

GitHub

34 stars
2 watching
4 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
python-formate/flake8_strftimeA tool to enforce consistent date formatting across different platforms in Python.2
expobrain/flake8-datetime-utcnow-pluginA plugin to warn against using outdated datetime methods in Python code2
marcgibbons/flake8-datetime-importEnforces consistent and safe importing of Python's datetime module11
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121
adamchainz/flake8-loggingA Flake8 plugin that checks for issues related to logging in Python code79
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
tk0miya/flake8-codingA plugin that checks coding comments in Python code for correctness and compliance with coding standards15
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
adamchainz/flake8-no-pep420A plugin to enforce PEP 420 namespace package rules in Python code.25
koffeinflummi/chronykA Python library for parsing human-written times and dates into machine-readable formats.346
kludex/flake8-fastapiA flake8 plugin to help developers avoid common mistakes when building FastAPI applications44
johnfraney/flake8-markdownChecks Python code in Markdown files for errors and syntax issues23
pycqa/flake8-commasEnforces trailing commas in Python code to avoid merge conflicts and improve readability.131