setup.cfg: Ignore Q000 (quotes) in flake8
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user