Skip to content

Commit 04b1ca7

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#177)
1 parent b661313 commit 04b1ca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ show_error_codes = True
55
# Exclude _files.py because mypy isn't smart enough to apply
66
# the correct type narrowing and as this is an internal module
77
# it's fine to just use Pyright.
8-
exclude = ^(src/cloudflare/_files\.py|_dev/.*\.py)$
8+
exclude = ^(src/cloudflare/_files\.py|_dev/.*\.py|src/cloudflare/resources/zero_trust/identity_providers\.py|src/cloudflare/resources/zero_trust/access/applications/applications\.py)$
99

1010
strict_equality = True
1111
implicit_reexport = True

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ reportImplicitOverride = true
129129

130130
reportImportCycles = false
131131
reportPrivateUsage = false
132+
reportOverlappingOverload = false
132133

133134

134135
[tool.ruff]

0 commit comments

Comments
 (0)