Skip to content

Commit 7d3763e

Browse files
chore(internal): codegen related update
1 parent 27298e2 commit 7d3763e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 22
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons/stripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons/stripe-minimal-873073cd1fb4cdd778649b19fd32d07c569b855f5db09a527626e51a479c3c3e.yml
33
openapi_spec_hash: e09fbe83a958ffba517bce207e9f9dc1
44
config_hash: 59158dbcf8534e76accb613919408cdb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ show_error_codes = true
154154
#
155155
# We also exclude our `tests` as mypy doesn't always infer
156156
# types correctly and Pyright will still catch any type errors.
157-
exclude = ['src/stainless_commons_stripe/_files.py', '_dev/.*.py', 'tests/.*']
157+
exclude = ["src/stainless_commons_stripe/_files.py", "_dev/.*.py", "tests/.*"]
158158

159159
strict_equality = true
160160
implicit_reexport = true

0 commit comments

Comments
 (0)