summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 32875b6ac9ab9f197ecdc53f2ed1daf42e0c1dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[mypy]
python_version = 3.6
follow_imports = silent
disallow_any_generics = True
strict_optional = True
check_untyped_defs = True
allow_redefinition = True

[mypy-test_isort]
strict_optional = False

[mypy-isort.isort]
strict_optional = False

[tool:pytest]
testpaths = tests