2019-09-10 23:10:24 +01:00
|
|
|
[flake8]
|
2019-09-11 05:01:51 +01:00
|
|
|
ignore=E501,W503,E203
|
2019-09-24 06:02:09 +01:00
|
|
|
max-line-length=88
|
2019-09-11 05:12:39 +01:00
|
|
|
max-complexity=26
|
2019-09-10 23:10:24 +01:00
|
|
|
select=B,C,E,F,W,T4
|
2020-07-14 20:54:13 +01:00
|
|
|
exclude=*_pb2*.py,doc,build
|
2019-09-11 21:12:42 +01:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
norecursedirs=distributed emane
|