-
Updated
Aug 8, 2020 - Python
#
flake8-plugin
Here are 44 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
Aug 14, 2020 - Python
Naming Convention checker for Python
-
Updated
Jul 22, 2020 - Python
Flake8 plugin to find commented out or dead code
linter
linter-plugin
flake8
comments
code-quality
flake8-plugin
wemake-services
wemake-python-styleguide
-
Updated
Aug 21, 2020 - Python
Open
Tests
4
orsinium
commented
Oct 3, 2019
A really simple task. The best first issue. We have a huge lack of tests. Write tests for anything inside, be creative
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
Enforce the same configuration (flake8, isort, mypy, pylint) across multiple Python projects
-
Updated
Aug 28, 2020 - Python
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 17, 2020 - Python
Flake8 Type Annotation Checking
-
Updated
Jul 17, 2020 - Python
Flake8 plugin to control reporting per file and line
-
Updated
Sep 2, 2018 - Python
A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern
-
Updated
Aug 5, 2020 - Python
flake8 plugin to validate annotations complexity
-
Updated
Jun 28, 2020 - Python
A flake8 extension that helps to make more readable variables names
-
Updated
Jun 13, 2020 - Python
An extension for flake8 that validates cognitive functions complexity
-
Updated
Aug 1, 2020 - Python
A flake8 extension that checks classes attributes order
-
Updated
May 18, 2020 - Python
Alfred is a flake8 plugin to warn on unsafe/obsolete symbols.
-
Updated
Aug 11, 2020 - Python
flake8 plugin to validate annotations coverage
-
Updated
May 12, 2020 - Python
flake8 plugin for validation of function parameters (length, complexity, etc)
-
Updated
May 18, 2020 - Python
Melevir
commented
May 4, 2020
Expression complexity should be integer, in code and in error text. Now it is float.
A Flake8 plugin to catch common issues on Scrapy spiders
-
Updated
Apr 12, 2020 - Python
Flake8 plugin to enforce consistent type annotation styles
-
Updated
Feb 27, 2019 - Python
atugushev
commented
Oct 17, 2019
Classes Num, Str, Bytes, NameConstant, and Ellipsis are considered deprecated in favor of ast.Constant since python 3.8.
Consider something like:
isinstance(node.value, (bytes, str))An experimental flake8 plugin to find (potentially) problematic usage of inline requests in Scrapy spiders
-
Updated
Mar 25, 2018 - Python
Flake8 formatter producing Gitlab Code Quality artifacts.
-
Updated
Jul 7, 2019 - Python
A plugin for flake8 that detects and reports invalid escape sequences
-
Updated
Apr 18, 2018 - 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."
Bug report
What's wrong
This code does not raise any violations:`
How is that should be