mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
* With mypy we need to set some options for sane output. * With pre-commit this defines the checks it performs.
5 lines
86 B
INI
5 lines
86 B
INI
[mypy]
|
|
follow_imports = skip
|
|
ignore_missing_imports = True
|
|
scripts_are_modules = True
|