We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extend-ignore
1 parent a9b3f68 commit 77fbe1dCopy full SHA for 77fbe1d
.flake8
@@ -4,10 +4,6 @@ max-line-length = 88
4
# jaraco/skeleton#34
5
max-complexity = 10
6
7
-ignore =
8
- # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
9
- W503
10
- # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545
11
- W504
+extend-ignore =
12
# Black creates whitespace before colon
13
E203
0 commit comments