We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3db8a commit c619569Copy full SHA for c619569
1 file changed
pyproject.toml
@@ -154,7 +154,7 @@ show_error_codes = true
154
#
155
# We also exclude our `tests` as mypy doesn't always infer
156
# types correctly and Pyright will still catch any type errors.
157
-exclude = ['src/cas_parser/_files.py', '_dev/.*.py', 'tests/.*']
+exclude = ["src/cas_parser/_files.py", "_dev/.*.py", "tests/.*"]
158
159
strict_equality = true
160
implicit_reexport = true
0 commit comments