6 lines
86 B
INI
6 lines
86 B
INI
[mypy]
|
|
python_version = 3.13
|
|
strict = True
|
|
ignore_missing_imports = True
|
|
files = src/
|