We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d115875 commit 3dc6d0cCopy full SHA for 3dc6d0c
setup.cfg
@@ -3,3 +3,9 @@
3
# 3. If at all possible, it is good practice to do this. If you cannot, you
4
# will need to generate wheels for each Python version that you support.
5
universal=1
6
+
7
+[flake8]
8
+disable-noqa = True
9
+max-line-length = 88
10
+extend-ignore =
11
+ E203, # whitespace before : is not PEP8 compliant (& conflicts with black)
0 commit comments