We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540c5c2 commit ecfd5e2Copy full SHA for ecfd5e2
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/landingai_ade/_files.py', '_dev/.*.py', 'tests/.*']
+exclude = ["src/landingai_ade/_files.py", "_dev/.*.py", "tests/.*"]
172
173
strict_equality = true
174
implicit_reexport = true
0 commit comments