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