We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba3c63 commit 5620df5Copy full SHA for 5620df5
setup.cfg
@@ -0,0 +1,7 @@
1
+[metadata]
2
+description-file = README.md
3
+
4
+[flake8]
5
+exclude = .git, __pycache__, build, dist, docs, docker
6
+ignore = E129, E402, F841, C901
7
+max-line-length = 130
0 commit comments