This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/setup.cfg

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