flake8-useless-assert
Assert checker
A plugin to catch and report unnecessary assert statements in Python code.
flake8 plugin to catch useless assert
statements
5 stars
2 watching
1 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jparise/flake8-assertive | A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
nhoad/flake8-unused-arguments | A plugin to check for unused arguments in functions. | 31 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
vikingco/flake8-pytest | Checks Python test code against standard assert statement usage | 12 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
arkq/flake8-requirements | A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |