We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b661313 commit 04b1ca7Copy full SHA for 04b1ca7
mypy.ini
@@ -5,7 +5,7 @@ show_error_codes = True
5
# Exclude _files.py because mypy isn't smart enough to apply
6
# the correct type narrowing and as this is an internal module
7
# it's fine to just use Pyright.
8
-exclude = ^(src/cloudflare/_files\.py|_dev/.*\.py)$
+exclude = ^(src/cloudflare/_files\.py|_dev/.*\.py|src/cloudflare/resources/zero_trust/identity_providers\.py|src/cloudflare/resources/zero_trust/access/applications/applications\.py)$
9
10
strict_equality = True
11
implicit_reexport = True
pyproject.toml
@@ -129,6 +129,7 @@ reportImplicitOverride = true
129
130
reportImportCycles = false
131
reportPrivateUsage = false
132
+reportOverlappingOverload = false
133
134
135
[tool.ruff]
0 commit comments