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