OpenSlides/docs/modelsvalidator/setup.cfg
Finn Stutzenstein 27d31189c1
Enhance CI
- redone the modelsvalidator
- use the datavalidator from the backend, remove old code
2021-08-04 14:10:40 +02:00

7 lines
98 B
INI

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