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