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