From 593f166b452a87969ae88da9731a5e95fd8a52eb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:34:51 +0000 Subject: [PATCH] feat(api): update via SDK Studio (#177) --- mypy.ini | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 965b377e44a..fa826242fda 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,7 +5,7 @@ show_error_codes = True # Exclude _files.py because mypy isn't smart enough to apply # the correct type narrowing and as this is an internal module # it's fine to just use Pyright. -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)$ strict_equality = True implicit_reexport = True diff --git a/pyproject.toml b/pyproject.toml index f042a01a8c0..1f0e71fe5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,6 +129,7 @@ reportImplicitOverride = true reportImportCycles = false reportPrivateUsage = false +reportOverlappingOverload = false [tool.ruff]