flake8-coding
Coding checker
A plugin that checks coding comments in Python code for correctness and compliance with coding standards
15 stars
5 watching
6 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
melevir/flake8-cognitive-complexity | A tool to measure and enforce the complexity of cognitive functions in Python code | 69 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
tommilligan/flake8-fixme | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |