mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Mark python-slugify as completed (#9222)
This commit is contained in:
1
stubs/python-slugify/@tests/stubtest_allowlist.txt
Normal file
1
stubs/python-slugify/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1 @@
|
||||
slugify.__main__
|
||||
@@ -1 +1,4 @@
|
||||
version = "6.1.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
8
stubs/python-slugify/slugify/__version__.pyi
Normal file
8
stubs/python-slugify/slugify/__version__.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
__title__: str
|
||||
__author__: str
|
||||
__author_email__: str
|
||||
__description__: str
|
||||
__url__: str
|
||||
__license__: str
|
||||
__copyright__: str
|
||||
__version__: str
|
||||
Reference in New Issue
Block a user