flake8-warnings

Code auditor

Lints Python code to detect deprecated modules and functions.

Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions

GitHub

12 stars
3 watching
2 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list

clean-codecode-qualityflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterpylintpythonpython3qasecurity

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
orsinium-labs/flake8-todosA tool to check TODO comments in Python code for consistency and completeness.27
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
orsinium-labs/flake8-lengthProvides an alternative line length validation rule for Python code to help maintain readable text messages24
xen0l/dlint-checkRuns a security linter on Python code to detect vulnerabilities and enforce best practices.3
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
datatheorem/flake8-alfredA plugin for flake8 to flag unsafe/obsolete symbols in Python code36
dlint-py/dlintTools to encourage best coding practices and ensure Python code security through static analysis163
wemake-services/flake8-eradicateAutomatically identifies and flags unused or commented-out code in Python projects.311
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
decorator-factory/flake8-useless-assertA plugin to catch and report unnecessary assert statements in Python code.5