flake8-alfred
Code safety checker
A plugin for flake8 to flag unsafe/obsolete symbols in Python code
Alfred is a flake8 plugin to warn on unsafe/obsolete symbols.
36 stars
7 watching
3 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
flake8flake8-pluginpython3security
Related projects:
Repository | Description | Stars |
---|---|---|
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
adamchainz/flake8-comprehensions | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 465 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |