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.

GitHub

36 stars
7 watching
3 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list

flake8flake8-pluginpython3security

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
adamchainz/flake8-loggingA Flake8 plugin that checks for issues related to logging in Python code79
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
afonasev/flake8-returnTool to check return values in Python functions62
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
takishima/flake8-secure-coding-standardEnforces secure coding standards in Python5
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
and-semakin/flake8-pytestrailAnalyze Python code for missing or incorrectly formatted test identifiers for a testing framework.10
wemake-services/flake8-eradicateAutomatically identifies and flags unused or commented-out code in Python projects.311
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
xzise/flake8-string-formatA Flake8 plugin to check strings and parameters using str.format for implicit index usage20
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46