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 a854ac7 commit 3efe7b9Copy full SHA for 3efe7b9
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = venv, __init__.py, doc/_build, .venv, tests/customized_functions/*
+exclude = venv, __init__.py, doc/_build, .venv, tests/customized_functions/*, _package/*
3
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E301, E303, E501, F401, F403
4
count = True
5
max-complexity = 10
0 commit comments