-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
49 lines (41 loc) · 787 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[bdist_wheel]
universal = 1
[black]
max-line-length = 140
exclude = */migrations/*
[tool:pytest]
testpaths = tests
norecursedirs =
migrations
python_files =
test_*.py
*_test.py
tests.py
addopts =
-ra
--strict
--doctest-modules
--doctest-glob=\*.rst
--tb=short
[isort]
force_single_line = True
lines_after_imports=2
line_length = 120
known_first_party = marshmallow_union
default_section = THIRDPARTY
forced_separate = test_marshmallow_union
not_skip = __init__.py
skip = migrations
known_third_party=marshmallow,pytest,requests,setuptools
[check-manifest]
ignore =
dev-requirements.in
dev-requirements.txt
requirements.in
requirements.txt
mypy.ini
.pylintrc
pyproject.toml
changelog.d
changelog.d/*
.pre-commit-config.yaml