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

GitHub

6 stars
4 watching
3 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list

flake8flake8-pluginhacktoberfestlintlinterlintingopinionatedpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
nhoad/flake8-unused-argumentsA plugin to check for unused arguments in functions.31
zheller/flake8-quotesAn extension to flake8 that checks for quote usage in python.177
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
and-semakin/flake8-pytestrailAnalyze Python code for missing or incorrectly formatted test identifiers for a testing framework.10
johnfraney/flake8-markdownChecks Python code in Markdown files for errors and syntax issues23
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32