diff --git a/setup.cfg b/setup.cfg index 0bd3287..8753bbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,9 +2,9 @@ universal = 1 [flake8] -extend-ignore = E203,E501,C901 +extend-ignore = E203,E501,C901,W503,B950 max-line-length = 88 -select = C,E,F,W,B,B950 +select = C,E,F,W,B exclude = .git,__pycache__,docs/source/conf.py,old,build,dist max-complexity = 10