mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 14:57:06 +00:00
All of the rest of the python codebases within the repo use flake8 as part of the lint process. This aligns the deployment code with the practice. Co-authored-by: Brian Caswell <bmc@shmoo.com>
6 lines
107 B
INI
6 lines
107 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|