mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e0d8d960f3
* improving schema, fix #213 * tweask and history
29 lines
402 B
INI
29 lines
402 B
INI
[tool:pytest]
|
|
testpaths = tests
|
|
addopts = --isort
|
|
timeout = 10
|
|
filterwarnings = ignore
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 10
|
|
|
|
[bdist_wheel]
|
|
python-tag = py36
|
|
|
|
[coverage:run]
|
|
source = pydantic
|
|
branch = True
|
|
|
|
[coverage:report]
|
|
precision = 2
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
raise NotImplemented
|
|
|
|
[isort]
|
|
line_length=120
|
|
known_first_party=
|
|
pydantic
|