Files
pydantic/setup.cfg
T
Samuel Colvin a8e844dad5 initial commit
2017-05-03 22:23:41 +01:00

12 lines
148 B
INI

[tool:pytest]
testpaths = tests
addopts = --isort
timeout = 10
[flake8]
max-line-length = 120
max-complexity = 10
[bdist_wheel]
python-tag = py36