mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
PyYAML: check missing defs (#8159)
This commit is contained in:
4
stubs/PyYAML/@tests/stubtest_allowlist.txt
Normal file
4
stubs/PyYAML/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
# yaml._yaml is for backwards compatibility so none of it matters anyway
|
||||
yaml._yaml.CEmitter.__pyx_vtable__
|
||||
yaml._yaml.CParser.__pyx_vtable__
|
||||
yaml._yaml.__test__
|
||||
@@ -1 +1,4 @@
|
||||
version = "6.0.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
Reference in New Issue
Block a user