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: over 1 year ago
Linked from 1 awesome list
clean-codecode-qualityflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterpylintpythonpython3qasecurity
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| A tool to check TODO comments in Python code for consistency and completeness. | 27 |
| Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
| Runs a security linter on Python code to detect vulnerabilities and enforce best practices. | 3 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
| Tools to encourage best coding practices and ensure Python code security through static analysis | 163 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |