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 0922e73 commit 8832666Copy full SHA for 8832666
.flake8
@@ -1,3 +1,8 @@
1
+# Note: configuration is repeated in the package directories because flake8
2
+# will find the setup.cfg there and will not use this file.
3
+# We also need a copy here because running flake8 from the root dir will
4
+# use no configuration file otherwise. So, apologise for the repetitions.
5
+
6
[flake8]
7
max-line-length = 88
8
ignore = W503, E203, E704
0 commit comments