Skip to content

Commit 9d75a30

Browse files
chore(internal): reformat pyproject.toml
1 parent f6dc2ec commit 9d75a30

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
@@ -168,7 +168,7 @@ show_error_codes = true
168168
#
169169
# We also exclude our `tests` as mypy doesn't always infer
170170
# types correctly and Pyright will still catch any type errors.
171-
exclude = ['src/courier/_files.py', '_dev/.*.py', 'tests/.*']
171+
exclude = ["src/courier/_files.py", "_dev/.*.py", "tests/.*"]
172172

173173
strict_equality = true
174174
implicit_reexport = true

0 commit comments

Comments
 (0)