diff --git a/setup.cfg b/setup.cfg index 93c169f..8fa8cf4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [flake8] exclude=.git,__pycache__,build max-line-length = 88 -ignore = BLK100, CCR001, D100, D101, D102, D103, D107, I201, W503 +ignore = BLK100, CCR001, D100, D101, D102, D103, D107, I201, Q000, W503 [pycodestyle] exclude=.git,__pycache__,build