mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +00:00
feat(api): update via SDK Studio (#1011)
This commit is contained in:
parent
edf3d01b2c
commit
6a74ae12a6
1 changed files with 1 additions and 1 deletions
2
mypy.ini
2
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|src/cloudflare/resources/zero_trust/identity_providers\.py|src/cloudflare/resources/zero_trust/access/applications/applications\.py|src/cloudflare/resources/workers/ai\.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|src/cloudflare/resources/workers/ai\.py|src/cloudflare/resources/magic_transit/apps\.py)$
|
||||
|
||||
strict_equality = True
|
||||
implicit_reexport = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue