We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8884e2 + e6eab7e commit 8cd2339Copy full SHA for 8cd2339
1 file changed
.flake8
@@ -0,0 +1,20 @@
1
+[flake8]
2
+doctests = False
3
+exclude =
4
+ .git,
5
+ .github/,
6
+ docs/,
7
+ doc/,
8
+ *.pyc,
9
+ __pycache__,
10
+ requirements/,
11
+ requirements.txt,
12
+
13
+max-line-length = 127
14
+hang-closing = False
15
+max-complexity = 10
16
17
+# Default flake8 formatting is '%(path)s:%(row)d:%(col)d: %(code)s %(text)s'
18
+format = '%(path)s: row %(row)d: %(code)s %(text)s'
19
20
0 commit comments