Skip to content

Commit c619569

Browse files
chore(internal): reformat pyproject.toml
1 parent 5c3db8a commit c619569

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
@@ -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/cas_parser/_files.py', '_dev/.*.py', 'tests/.*']
157+
exclude = ["src/cas_parser/_files.py", "_dev/.*.py", "tests/.*"]
158158

159159
strict_equality = true
160160
implicit_reexport = true

0 commit comments

Comments
 (0)