Exclude monitoring examples from flake8
This commit is contained in:
parent
f2d2537e1c
commit
a2efc83953
2
.flake8
2
.flake8
|
@ -6,7 +6,7 @@
|
|||
ignore = W503, E501
|
||||
extend-ignore = E203
|
||||
# We exclude the Debian, migrations, and provisioner examples
|
||||
exclude = debian,api-daemon/migrations/versions,api-daemon/provisioner/examples
|
||||
exclude = debian,api-daemon/migrations/versions,api-daemon/provisioner/examples,node-daemon/monitoring
|
||||
# Set the max line length to 88 for Black
|
||||
max-line-length = 88
|
||||
|
||||
|
|
Loading…
Reference in New Issue