Skip to content

Commit 04ac3ad

Browse files
chore(internal): update pyright settings
1 parent 9488489 commit 04ac3ad

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 156
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-18973e063e9e9233433290bb4d641df8e17e1f21f5b1ec57e00182f0a48dbdec.yml
33
openapi_spec_hash: ab503dc3772f962b603ade7b91b8534c
4-
config_hash: 6729d695e399d14fff4891b6b82ec86c
4+
config_hash: cb39eda3ababfc0a6d3a5ac0c2a5ec7a

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_error_codes = True
88
#
99
# We also exclude our `tests` as mypy doesn't always infer
1010
# types correctly and Pyright will still catch any type errors.
11-
exclude = ^(src/lithic/_files\.py|_dev/.*\.py|tests/.*|src/lithic/resources/external_bank_accounts/external_bank_accounts\.py)$
11+
exclude = ^(src/lithic/_files\.py|_dev/.*\.py|tests/.*)$
1212

1313
strict_equality = True
1414
implicit_reexport = True

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,10 @@ exclude = [
147147
]
148148

149149
reportImplicitOverride = true
150+
reportOverlappingOverload = false
150151

151152
reportImportCycles = false
152153
reportPrivateUsage = false
153-
reportOverlappingOverload = false
154-
155154

156155
[tool.ruff]
157156
line-length = 120

0 commit comments

Comments
 (0)