Skip to content

Commit 979436a

Browse files
chore(internal): reformat pyproject.toml
1 parent 292a150 commit 979436a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ show_error_codes = true
177177
#
178178
# We also exclude our `tests` as mypy doesn't always infer
179179
# types correctly and Pyright will still catch any type errors.
180-
exclude = ['src/browserbase/_files.py', '_dev/.*.py', 'tests/.*']
180+
exclude = ["src/browserbase/_files.py", "_dev/.*.py", "tests/.*"]
181181

182182
strict_equality = true
183183
implicit_reexport = true

0 commit comments

Comments
 (0)