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 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
marcgibbons/flake8-datetime-import Enforces consistent and safe importing of Python's datetime module 11
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
tk0miya/flake8-coding A plugin that checks coding comments in Python code for correctness and compliance with coding standards 15
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465
adamchainz/flake8-no-pep420 A plugin to enforce PEP 420 namespace package rules in Python code. 25
koffeinflummi/chronyk A Python library for parsing human-written times and dates into machine-readable formats. 345
kludex/flake8-fastapi A flake8 plugin to help developers avoid common mistakes when building FastAPI applications 44
johnfraney/flake8-markdown A tool that checks Python code blocks in Markdown files for errors and syntax issues. 23
pycqa/flake8-commas Enforces trailing commas in Python code to avoid merge conflicts and improve readability. 131