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: almost 2 years ago
Linked from 1 awesome list
flake8flake8-pluginpython3security
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A tool to identify encoding issues in Python code | 6 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Tool to check return values in Python functions | 62 |
| Lints Python code to detect deprecated modules and functions. | 12 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| Enforces secure coding standards in Python | 5 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |