27d31189c1
- redone the modelsvalidator - use the datavalidator from the backend, remove old code
7 lines
98 B
INI
7 lines
98 B
INI
[flake8]
|
|
max-line-length = 120
|
|
|
|
[mypy]
|
|
disallow_untyped_defs = true
|
|
ignore_missing_imports = true
|