Skip to content

Commit cf605ca

Browse files
committed
fix: upgrade pyright to 1.1.407 for better Python 3.14 support
- Pyright 1.1.407 has better Python 3.14 compatibility - Includes support for Python 3.14 template strings and other features
1 parent db40392 commit cf605ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev = [
7474
# linting
7575
"pre-commit >= 3.3.0, < 4.0.0",
7676
"pylint == 4.0.3",
77-
"pyright ==1.1.347",
77+
"pyright ==1.1.407",
7878
# notebooks tests
7979
"nbformat",
8080
"nbconvert",

0 commit comments

Comments
 (0)