Skip to content

Commit 5676852

Browse files
chore(internal): reformat pyproject.toml
1 parent 146d75d commit 5676852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

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

162162
strict_equality = true
163163
implicit_reexport = true

0 commit comments

Comments
 (0)