flake8-black
Code validator
A flake8 plugin that runs black to validate Python code style and enforce coding standards.
flake8 plugin to run black for checking Python coding style
165 stars
3 watching
10 forks
Language: Python
last commit: 1 day ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
cyyc1/flake8-clean-block | Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
best-doctor/flake8-class-attributes-order | An extension for flake8 to report on class attribute order and level logic in Python classes. | 59 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |