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 1140790 commit 5d1e1e8Copy full SHA for 5d1e1e8
.flake8
@@ -0,0 +1,12 @@
1
+# flake8 is used for linting Python code setup to automatically run with
2
+# pre-commit.
3
+#
4
+# ref: https://flake8.pycqa.org/en/latest/user/configuration.html
5
6
+
7
+[flake8]
8
+# E: style errors
9
+# W: style warnings
10
+# C: complexity
11
+# D: docstring warnings (unused pydocstyle extension)
12
+ignore = E, C, W, D
0 commit comments