fixed flake8 config to match other tooling
This commit is contained in:
parent
37e525b4bd
commit
d5c257fc9b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ line_length=88
|
|||
|
||||
[flake8]
|
||||
ignore=E501,W503,E203
|
||||
max-line-length=100
|
||||
max-line-length=88
|
||||
max-complexity=26
|
||||
select=B,C,E,F,W,T4
|
||||
exclude=*_pb2*.py,utm.py,doc,build
|
||||
|
|
Loading…
Reference in a new issue