9 lines
163 B
INI
9 lines
163 B
INI
[flake8]
|
|
ignore=E501,W503,E203
|
|
max-line-length=88
|
|
max-complexity=26
|
|
select=B,C,E,F,W,T4
|
|
exclude=*_pb2*.py,doc,build
|
|
|
|
[tool:pytest]
|
|
norecursedirs=distributed emane
|