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
|
|
@ -72,8 +72,6 @@ select =
|
|||
ANN0, ANN2, ANN3,
|
||||
# flake8-black => complain if black would make changes
|
||||
BLK1, BLK9,
|
||||
# flake8-expression-complexity => not too many expressions at once
|
||||
ECE001,
|
||||
# flake8-pytest-style => enforce a consistent style with pytest
|
||||
PT0,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue