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:
Alexander Hess 2021-09-08 14:24:16 +02:00
commit 3bef9ca38d
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
12 changed files with 19 additions and 53 deletions

View file

@ -135,7 +135,6 @@ def lint(session):
'flake8',
'flake8-annotations',
'flake8-black',
'flake8-expression-complexity',
'flake8-pytest-style',
'mypy',
'wemake-python-styleguide',