flake8-numba
Code checker
A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors.
Flake8 plugin that performs multiple checks over numba package usage
0 stars
1 watching
0 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
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 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 229 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
xuhdev/flake8-executable | Ensures correct executable permissions and shebangs in Python files | 18 |
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 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
jparise/flake8-assertive | A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |