mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
c6ced0deda
Release: https://pypi.org/pypi/peewee/3.18.2 Homepage: https://github.com/coleifer/peewee/ Repository: https://github.com/coleifer/peewee Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/peewee Diff: https://github.com/coleifer/peewee/compare/3.18.1...3.18.2 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `peewee.py`. - Total lines of Python code added: 5. - Total lines of Python code deleted: 3. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI Co-authored-by: stubsabot <>
11 lines
393 B
TOML
11 lines
393 B
TOML
version = "3.18.2"
|
|
upstream_repository = "https://github.com/coleifer/peewee"
|
|
# We're not providing stubs for all playhouse modules right now
|
|
# https://github.com/python/typeshed/pull/11731#issuecomment-2065729058
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
stubtest_requirements = ["Flask>=2.0.0"]
|
|
# Using stubtest_allowlist to ignore playhouse modules we don't provide.
|
|
ignore_missing_stub = false
|