setup.cfg: Ignore Q000 (quotes) in flake8

This commit is contained in:
Teemu Ikonen
2023-02-10 14:02:25 +02:00
parent 9dab2b2730
commit 1c4d9324bd

View File

@@ -1,7 +1,7 @@
[flake8] [flake8]
exclude=.git,__pycache__,build exclude=.git,__pycache__,build
max-line-length = 88 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] [pycodestyle]
exclude=.git,__pycache__,build exclude=.git,__pycache__,build