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 ce7d3d5 commit a270ad8Copy full SHA for a270ad8
conf/.flake8
@@ -3,4 +3,5 @@
3
ignore = E501,E401,W503,E128,C901,W504,E302,E265,E741,W291,W292,W293,W391,F401,E226,F841,F821,F541,D400,D401,E800,D102,D105,D107,I900,F632,E261,E731
4
max-line-length = 150
5
#exclude = tests/*
6
+exclude = test/gen/*
7
#max-complexity = 10
0 commit comments