mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-12 01:10:38 +00:00
8 lines
112 B
INI
8 lines
112 B
INI
|
|
[mypy]
|
|
plugins = pydantic.mypy
|
|
|
|
# ignore the missing evdev stubs
|
|
[mypy-evdev.*]
|
|
ignore_missing_imports = True
|