input-remapper/.mypy.ini
2022-04-17 12:19:23 +02:00

8 lines
112 B
INI

[mypy]
plugins = pydantic.mypy
# ignore the missing evdev stubs
[mypy-evdev.*]
ignore_missing_imports = True