Sign in
third-party-mirror
/
SchedMD
/
slurm
/
edf4092834f76748cd7c303ee1d9808758f46cf6
/
.
/
tools
/
flake8
blob: 5e14bc908dab2e06e800226c3ae9b9affdee912b [
file
] [
log
] [
blame
]
[
flake8
]
ignore
=
E203
,
E226
,
E231
,
E266
,
E501
,
W503
,
F403
,
E402
,
C901
max
-
line
-
length
=
89
max
-
complexity
=
30
select
=
B
,
C
,
E
,
F
,
W
,
T4
,
B9
per
-
file
-
ignores
=
# openapi_client imported but unused, ignore
**
/tests/
test_112_
*.
py
:
F401