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 010bae1 commit 5672f61Copy full SHA for 5672f61
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = venv, __init__.py, doc/_build, .venv
+exclude = venv, __init__.py, doc/_build, .venv, tests/customized_functions/*
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