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: 5 months ago
Linked from 1 awesome list
datedatetimeflake8pythonstrftimetime
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to enforce safe datetime usage in Python code | 34 |
| A tool to identify encoding issues in Python code | 6 |
| Enforces consistent and safe importing of Python's datetime module | 11 |
| A plugin to warn against using outdated datetime methods in Python code | 2 |
| Checks Python string formatting against the latest standard | 14 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| A Python library for parsing human-written times and dates into machine-readable formats. | 346 |
| Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format | 13 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A PHP library providing helpers for manipulating dates and durations in various formats. | 604 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| A Flake8 plugin to enforce consistent multiline container formatting | 14 |
| Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
| A date and time parsing and formatting library for the Zig programming language. | 44 |