Bump mypy (and a few other test dependencies) (#11196)

This commit is contained in:
Alex Waygood
2023-12-21 22:57:58 +00:00
committed by GitHub
parent c1137ee364
commit 16933b838e
12 changed files with 17 additions and 18 deletions

View File

@@ -1,5 +1,11 @@
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
pynput.keyboard.Controller.__init__
# To reduce duplication, our stubs simplify things:
# the runtime has several Controller classes,
# some of which have __del__ methods on linux, and some of which don't.
pynput.mouse.Controller.__del__
pynput.keyboard.Controller.__del__
# Platform specific implementation detail:
pynput.keyboard.Controller.keyboard_mapping