We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282c9a5 commit 239305cCopy full SHA for 239305c
.flake8
@@ -1,12 +1,10 @@
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-python/.flake8
2
# See: https://flake8.pycqa.org/en/latest/user/configuration.html
3
-# The code style defined in this file is the official standardized style to be used in all Arduino tooling projects and
4
-# should not be modified.
5
6
[flake8]
7
doctests = True
8
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
9
ignore = W503,E203
10
-max-complexity = 10
+max-complexity = 20
11
max-line-length = 120
12
select = E,W,F,C,N
0 commit comments