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
12 stars
3 watching
2 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
clean-codecode-qualityflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterpylintpythonpython3qasecurity
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
orsinium-labs/flake8-length | Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
xen0l/dlint-check | Runs a security linter on Python code to detect vulnerabilities and enforce best practices. | 3 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
datatheorem/flake8-alfred | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
dlint-py/dlint | Tools to encourage best coding practices and ensure Python code security through static analysis | 164 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
decorator-factory/flake8-useless-assert | A plugin to catch and report unnecessary assert statements in Python code. | 5 |