mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
11 lines
311 B
TOML
11 lines
311 B
TOML
version = "0.5.*"
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = false
|
|
# darwin and win32 are equivalent
|
|
platforms = ["linux", "darwin"]
|
|
apt_dependencies = ["libjack-dev"]
|
|
brew_dependencies = ["jack"]
|
|
# No need to install on the CI. Leaving here as information for Windows contributors.
|
|
# choco_dependencies = ["jack"]
|