Remove flake8-expression-complexity ...
... from the dev dependencies. Longer queries in SQLAlchemy get flagged even though they are not complicated. Other expressions are generally not that complicated.
This commit is contained in:
parent
1c19da2f70
commit
3bef9ca38d
12 changed files with 19 additions and 53 deletions
|
|
@ -135,7 +135,6 @@ def lint(session):
|
|||
'flake8',
|
||||
'flake8-annotations',
|
||||
'flake8-black',
|
||||
'flake8-expression-complexity',
|
||||
'flake8-pytest-style',
|
||||
'mypy',
|
||||
'wemake-python-styleguide',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue