File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 156
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-18973e063e9e9233433290bb4d641df8e17e1f21f5b1ec57e00182f0a48dbdec.yml
33openapi_spec_hash : ab503dc3772f962b603ade7b91b8534c
4- config_hash : 6729d695e399d14fff4891b6b82ec86c
4+ config_hash : cb39eda3ababfc0a6d3a5ac0c2a5ec7a
Original file line number Diff line number Diff 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
1313strict_equality = True
1414implicit_reexport = True
Original file line number Diff line number Diff line change @@ -147,11 +147,10 @@ exclude = [
147147]
148148
149149reportImplicitOverride = true
150+ reportOverlappingOverload = false
150151
151152reportImportCycles = false
152153reportPrivateUsage = false
153- reportOverlappingOverload = false
154-
155154
156155[tool .ruff ]
157156line-length = 120
You can’t perform that action at this time.
0 commit comments