Skip to content

Commit b061deb

Browse files
chore(internal): reformat pyproject.toml
1 parent 9cabb50 commit b061deb

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

176176
strict_equality = true
177177
implicit_reexport = true

0 commit comments

Comments
 (0)