-
Updated
Mar 15, 2022 - Python
#
flake8-plugin
Here are 72 public repositories matching this topic...
Simple Python style checker in one Python file
McCabe complexity checker for Python
python
linter-plugin
complexity
flake8
mccabe
linter-flake8
complexity-analysis
flake8-plugin
flake8-extensions
-
Updated
Mar 20, 2022 - Python
Naming Convention checker for Python
-
Updated
Jan 23, 2022 - Python
Enforce the same settings on multiple projects
-
Updated
Mar 20, 2022 - Python
RayOconnor
commented
Jun 28, 2021
Hello the following code is now getting flagged as E800 Found commented out code
This has only just started getting flagged with the upgrade from 1.0.0 -> 1.1.0
Example code:
MARKDOWN = """
# {variable_containing_header_one}
Lots of content here...
"""
Flake8 wrapper to make it nice, legacy-friendly, configurable.
-
Updated
Jan 11, 2021 - Python
A tool for measuring Python class cohesion.
lint
python
quality
module
code
wikipedia
measure
oop
class
linter-plugin
flake8
cohesion
python-versions
flake8-plugin
-
Updated
Aug 5, 2019 - Python
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
-
Updated
Mar 15, 2022 - Python
-
Updated
Mar 19, 2022 - Python
-
Updated
Mar 21, 2022 - Python
Flake8 Type Annotation Checking
python
python3
flake8
type-annotations
python37
flake8-plugin
python38
python39
function-annotations
python310
-
Updated
Mar 18, 2022 - Python
Integration of pydocstyle and flake8 for combined linting and reporting
-
Updated
Mar 15, 2022 - Python
A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern
-
Updated
Jan 9, 2022 - Python
An extension for flake8 that validates cognitive functions complexity
-
Updated
Feb 24, 2021 - Python
A flake8 extension that helps to make more readable variables names
-
Updated
Feb 24, 2022 - Python
Flake8 plugin to control reporting per file and line
-
Updated
Oct 27, 2021 - Python
Flake8 plugin for managing type-checking imports & forward references.
-
Updated
Mar 12, 2022 - Python
flake8 plugin to validate annotations complexity
-
Updated
Feb 24, 2022 - Python
A flake8 extension that checks classes attributes order
-
Updated
Feb 24, 2022 - Python
flake8 plugin for validation of function parameters (length, complexity, etc)
-
Updated
Feb 24, 2022 - Python
Melevir
commented
May 4, 2020
Expression complexity should be integer, in code and in error text. Now it is float.
flake8 plugin to validate annotations coverage
-
Updated
Feb 24, 2022 - Python
Alfred is a flake8 plugin to warn on unsafe/obsolete symbols.
-
Updated
Apr 22, 2021 - Python
Check code for one-element tuple.
-
Updated
Oct 17, 2021 - Python
An extension for flake8 that validates functions names, decomposition and conformity with annotations.
-
Updated
Mar 2, 2022 - Python
A Flake8 plugin to catch common issues on Scrapy spiders
-
Updated
Apr 12, 2020 - Python
Improve this page
Add a description, image, and links to the flake8-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flake8-plugin topic, visit your repo's landing page and select "manage topics."
This bug: https://bugs.python.org/issue46175
We need to require
super(cls, self)in this case.