mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
8 lines
134 B
INI
8 lines
134 B
INI
[flake8]
|
|
max-line-length = 88
|
|
ignore = E402, W503
|
|
|
|
[mypy]
|
|
warn_return_any = True
|
|
check_untyped_defs = True
|
|
warn_unused_configs = True
|