OpenSlides/docs/modelsvalidator/setup.cfg

7 lines
98 B
INI
Raw Normal View History

[flake8]
max-line-length = 120
[mypy]
disallow_untyped_defs = true
ignore_missing_imports = true