flake8-encodings
Encoding checker
A tool to identify encoding issues in Python code
A Flake8 plugin to identify incorrect use of encodings.
6 stars
1 watching
2 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
encodingsflake8pep597pythonunicode
Related projects:
Repository | Description | Stars |
---|---|---|
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
python-formate/flake8_strftime | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
python-formate/flake8-sphinx-links | A tool to enforce link formatting in Python docstrings | 2 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 32 |