10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed56379 commit e3a1bebCopy full SHA for e3a1beb
setup.cfg
@@ -1,6 +1,7 @@
1
[flake8]
2
-ignore = E203,E501,W503,E722
3
exclude = tests,build,.venv,docs
+ignore = E203,W503,E722
4
+max_line_length=129
5
6
[metadata]
7
license = "MIT"
0 commit comments