14 lines
216 B
INI
14 lines
216 B
INI
[tool:pytest]
|
|
testpaths = test
|
|
|
|
[flake8]
|
|
max-line-length = 80
|
|
|
|
[isort]
|
|
include_trailing_comma = True
|
|
known_first_party = magic_app
|
|
known_third_party = pytest
|
|
line_length = 80
|
|
multi_line_output = 3
|
|
skip = .venv, .tox
|