Files
onefuzz/src/deployment/.flake8
bmc-msft 47bb2ce187 use flake8 on deployment (#1286)
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>
2021-09-27 17:41:19 +00:00

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