mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
version = "0.13.*"
|
||||
upstream_repository = "https://github.com/boppreh/keyboard"
|
||||
upstream-repository = "https://github.com/boppreh/keyboard"
|
||||
|
||||
# [tool.stubtest]
|
||||
# While the stubs slightly differ on Windows vs Linux.
|
||||
# It's only by possible mouse buttons and event literal types.
|
||||
# As well as returning a tuple of int/long from keyboard.mouse.get_position
|
||||
# The "mouse" module is obsoleted by the "mouse" package.
|
||||
# ci_platforms = ["linux"]
|
||||
# ci-platforms = ["linux"]
|
||||
|
||||
Reference in New Issue
Block a user