Skip to content

Commit b37153f

Browse files
authored
[pycups] Add stubs (#16024)
1 parent 7f640ab commit b37153f

3 files changed

Lines changed: 905 additions & 0 deletions

File tree

pyrightconfig.stricter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"stubs/psycopg2",
8181
"stubs/punq",
8282
"stubs/pyasn1",
83+
"stubs/pycups",
8384
"stubs/Pygments",
8485
"stubs/PyMySQL",
8586
"stubs/pyogrio",

stubs/pycups/METADATA.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version = "2.0.*"
2+
upstream-repository = "https://github.com/OpenPrinting/pycups"
3+
4+
[tool.stubtest]
5+
apt-dependencies = ["libcups2-dev"]

0 commit comments

Comments
 (0)