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 b29ef60 commit 9684ba2Copy full SHA for 9684ba2
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
max-line-length = 88
3
extend-ignore = E501
4
-exclude = .venv, frontend
+exclude = .venv, frontend, src/backend/tests
5
ignore = E203, W503, G004, G200, E402
0 commit comments