File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
1010strict_equality = True
1111implicit_reexport = True
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ reportImplicitOverride = true
129129
130130reportImportCycles = false
131131reportPrivateUsage = false
132+ reportOverlappingOverload = false
132133
133134
134135[tool .ruff ]
You can’t perform that action at this time.
0 commit comments