Skip to content

Commit 10ca3fa

Browse files
committed
Disable pyright bytes type promotion
1 parent fba609d commit 10ca3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ exclude = [".env/**", ".venv/**"]
240240
extraPaths = ["src"]
241241
pythonVersion = "3.8"
242242
typeCheckingMode="basic"
243+
disableBytesTypePromotions = true

0 commit comments

Comments
 (0)