Skip to content

Commit

Permalink
chore: update ruff, pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 9, 2025
1 parent c42bd71 commit 7363200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.5

- hooks:
- id: pyright
Expand All @@ -25,4 +25,4 @@ repos:
args:
- "--pythonpath=.venv/bin/python"
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.389
rev: v1.1.393
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test = [
]
dev = [
{ include-group = "test"},
"ruff==0.9.1",
"ruff==0.9.5",
"ipykernel>=6.29.0",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
Expand Down

0 comments on commit 7363200

Please sign in to comment.