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.
34 stars
2 watching
4 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| Enforces consistent and safe importing of Python's datetime module | 11 |
| A plugin to check Python print statements for coding style and errors | 121 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
| A tool to identify encoding issues in Python code | 6 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| A Python library for parsing human-written times and dates into machine-readable formats. | 346 |
| A flake8 plugin to help developers avoid common mistakes when building FastAPI applications | 44 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |