Skip to content

Commit c783eb7

Browse files
chore(internal): reformat pyproject.toml
1 parent c3fd1fe commit c783eb7

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
@@ -156,7 +156,7 @@ show_error_codes = true
156156
#
157157
# We also exclude our `tests` as mypy doesn't always infer
158158
# types correctly and Pyright will still catch any type errors.
159-
exclude = ['src/telnyx/_files.py', '_dev/.*.py', 'tests/.*']
159+
exclude = ["src/telnyx/_files.py", "_dev/.*.py", "tests/.*"]
160160

161161
strict_equality = true
162162
implicit_reexport = true

0 commit comments

Comments
 (0)