Skip to content

Commit

Permalink
Upgrade pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 2, 2024
1 parent dd2e39b commit 8a3d822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: ruff
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.368
rev: v1.1.369
hooks:
- id: pyright
name: pyright (system)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lint = [
"ruff==0.4.9",
]
check = [
"pyright==1.1.368",
"pyright==1.1.369",
"pytest==8.2.2",
]
test = [
Expand Down

0 comments on commit 8a3d822

Please sign in to comment.