Skip to content

Commit 15a2ce1

Browse files
chore(internal): reformat pyproject.toml
1 parent 99a8258 commit 15a2ce1

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

174174
strict_equality = true
175175
implicit_reexport = true

0 commit comments

Comments
 (0)