We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cabb50 commit b061debCopy full SHA for b061deb
1 file changed
pyproject.toml
@@ -171,7 +171,7 @@ show_error_codes = true
171
#
172
# We also exclude our `tests` as mypy doesn't always infer
173
# types correctly and Pyright will still catch any type errors.
174
-exclude = ['src/gitpod/_files.py', '_dev/.*.py', 'tests/.*']
+exclude = ["src/gitpod/_files.py", "_dev/.*.py", "tests/.*"]
175
176
strict_equality = true
177
implicit_reexport = true
0 commit comments