flake8-nb
Code checker
A tool to check Python code quality in Jupyter notebooks.
Flake8 checking for jupyter notebooks
28 stars
3 watching
8 forks
Language: Python
last commit: 30 days ago
Linked from 1 awesome list
clicode-quality-analyzerflake8flake8-nbjupyter-notebooksnotebookquality-assurancetesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 17 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
xuhdev/flake8-executable | Ensures correct executable permissions and shebangs in Python files | 18 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |