1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00
EDMarketConnector/.mypy.ini
Athanasius f5fad1c23d Add .mypy.ini and .pre-commit-config.yaml files
* With mypy we need to set some options for sane output.
* With pre-commit this defines the checks it performs.
2020-09-28 11:16:25 +01:00

5 lines
86 B
INI

[mypy]
follow_imports = skip
ignore_missing_imports = True
scripts_are_modules = True