1[metadata]
2license_file = LICENSE
3
4[flake8]
5max-line-length = 100
6max-complexity = 10
7
8[pep8]
9max-line-length = 100
10
11[mypy]
12python_version = 3.7
13warn_unused_ignores = True
14ignore_missing_imports = True
15follow_imports = skip
16incremental = True
17