7 lines
107 B
INI
7 lines
107 B
INI
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203, I201, I101
|
|
|
|
[pytest]
|
|
pythonpath = .
|
|
testpaths = tests
|