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: 9 months ago
Linked from 1 awesome list
flake8flake8-pluginhacktoberfestlintlinterlintingopinionatedpython
Related projects:
Repository | Description | Stars |
---|---|---|
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
nhoad/flake8-unused-arguments | A plugin to check for unused arguments in functions. | 31 |
zheller/flake8-quotes | An extension to flake8 that checks for quote usage in python. | 177 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 32 |