flake8-picky-parentheses
Parenthesis checker
A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code.
flake8 plugin to check for redundant parentheses
6 stars
4 watching
3 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
flake8flake8-pluginhacktoberfestlintlinterlintingopinionatedpython
Related projects:
Repository | Description | Stars |
---|---|---|
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A Flake8 plugin for enforcing SQL coding standards. | 26 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| A plugin to check Python print statements for coding style and errors | 121 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A plugin to check for unused arguments in functions. | 31 |
| An extension to flake8 that checks for quote usage in python. | 177 |
| Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| Plugin to validate Python expressions for readability and complexity | 32 |