flake8_strftime
Date formatter checker
A tool to enforce consistent date formatting across different platforms in Python.
A flake8 plugin which checks for use of platform specific strftime codes.
2 stars
1 watching
1 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
datedatetimeflake8pythonstrftimetime
Related projects:
Repository | Description | Stars |
---|---|---|
pjknkda/flake8-datetimez | A plugin to enforce safe datetime usage in Python code | 34 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
marcgibbons/flake8-datetime-import | Enforces consistent and safe importing of Python's datetime module | 11 |
expobrain/flake8-datetime-utcnow-plugin | A plugin to warn against using outdated datetime methods in Python code | 2 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
koffeinflummi/chronyk | A Python library for parsing human-written times and dates into machine-readable formats. | 345 |
awoodbeck/strftime | Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format | 12 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
knplabs/knptimebundle | A PHP library providing helpers for manipulating dates and durations in various formats. | 604 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
nektro/zig-time | A date and time parsing and formatting library for the Zig programming language. | 44 |