flake8-builtins
Built-in checker
A tool to detect when Python builtins are being used as variables or parameters in code.
Check for python builtins being used as variables or parameters
116 stars
5 watching
24 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
ggupta2005/flake8-all-not-strings | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
nhoad/flake8-unused-arguments | A plugin to check for unused arguments in functions. | 31 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
decorator-factory/flake8-useless-assert | A plugin to catch and report unnecessary assert statements in Python code. | 5 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |