diff options
Diffstat (limited to 'third_party/python/zipp/.flake8')
-rw-r--r-- | third_party/python/zipp/.flake8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/python/zipp/.flake8 b/third_party/python/zipp/.flake8 new file mode 100644 index 0000000000..790c109fdb --- /dev/null +++ b/third_party/python/zipp/.flake8 @@ -0,0 +1,9 @@ +[flake8] +max-line-length = 88 +ignore = + # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513 + W503 + # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545 + W504 + # Black creates whitespace before colon + E203 |