2017-10-29 16:11:00 +03:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
2018-11-11 23:49:01 +03:00
|
|
|
|
|
|
|
[flake8]
|
2019-03-20 19:17:28 +03:00
|
|
|
extend-ignore = E203, W503
|
2018-11-11 23:49:01 +03:00
|
|
|
max-line-length = 88
|
2019-07-02 11:52:14 +03:00
|
|
|
|
|
|
|
[tool:pytest]
|
2019-07-05 15:55:06 +03:00
|
|
|
addopts = -rs
|