You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
243 B
17 lines
243 B
7 months ago
|
[metadata]
|
||
|
license_file = LICENSE
|
||
|
|
||
|
[flake8]
|
||
|
max-line-length = 100
|
||
|
max-complexity = 10
|
||
|
|
||
|
[pep8]
|
||
|
max-line-length = 100
|
||
|
|
||
|
[mypy]
|
||
|
python_version = 3.7
|
||
|
warn_unused_ignores = True
|
||
|
ignore_missing_imports = True
|
||
|
follow_imports = skip
|
||
|
incremental = True
|