Melevir / flake8-cognitive-complexityLinks
An extension for flake8 that validates cognitive functions complexity
☆71Updated 4 years ago
Alternatives and similar repositories for flake8-cognitive-complexity
Users that are interested in flake8-cognitive-complexity are comparing it to the libraries listed below
Sorting:
- 🚨 Flake8 plugin to forbid backslashes (\) for line breaks☆112Updated 8 months ago
- flake8 plugin to validate expressions complexity☆33Updated 3 years ago
- Check for python builtins being used as variables or parameters☆117Updated last month
- flake8 plugin for validation of function parameters (length, complexity, etc)☆51Updated 2 years ago
- A flake8 extension that checks classes attributes order☆62Updated 6 months ago
- flake8 plugin to validate annotations complexity☆48Updated 6 months ago
- Library to calculate Python functions cognitive complexity via code.☆44Updated 3 years ago
- A flake8 extension that helps to make more readable variables names☆54Updated last year
- flake8 plugin to validate annotations coverage☆34Updated 3 years ago
- Flake8 plugin to find commented out or dead code☆316Updated 6 months ago
- ❄️ A flake8 plugin that helps you write tidier imports.☆75Updated 3 weeks ago
- Flake8 plugin for return expressions checking.☆62Updated last year
- A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.☆239Updated last week
- flake8 plugin that integrates isort☆182Updated last month
- flake8☆121Updated 2 years ago
- ❄ A flake8 plugin that helps you to simplify code☆195Updated 3 weeks ago
- Flake8 extension to validate (lack of) logging format strings☆136Updated 2 months ago
- ❄️ Spellcheck variables, classnames, comments, docstrings etc☆76Updated last year
- A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern