Skip to content

Commit 32ac569

Browse files
committed
chore: update ruff, pyright
1 parent bccef66 commit 32ac569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
name: ruff-format
1717
args: [--check]
1818
repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.8.4
19+
rev: v0.9.5
2020

2121
- hooks:
2222
- id: pyright
@@ -26,4 +26,4 @@ repos:
2626
args:
2727
- "--pythonpath=.venv/bin/python"
2828
repo: https://github.com/RobertCraigie/pyright-python
29-
rev: v1.1.389
29+
rev: v1.1.393

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
]
2222
[dependency-groups]
2323
dev = [
24-
"ruff==0.8.4",
24+
"ruff==0.9.5",
2525
"poethepoet>=0.27.0",
2626
]
2727

0 commit comments

Comments
 (0)