Skip to content

Commit 4701fe6

Browse files
chore(internal): reformat pyproject.toml
1 parent 87a7eb2 commit 4701fe6

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

175175
strict_equality = true
176176
implicit_reexport = true

0 commit comments

Comments
 (0)