flake8-print
Print checker
A plugin to check Python print statements for coding style and errors
flake8
121 stars
3 watching
21 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 16 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |