blob: 2d729bf3eaad081280740b45d19d779eb118636e [file] [log] [blame]
[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
[flake8]
max-line-length = 100
ignore = F403,F401,W503,E203
exclude = _vendored