Skip to content

Commit e114745

Browse files
committed
chore: update ruff, pyright
1 parent 229c139 commit e114745

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
args:
55
- "-a ruff:ruff:v:"
66
- "-a ruff:ruff-format:v:"
7-
language_version: "3.9"
7+
- "-g dev"
88
repo: https://github.com/phi-friday/sync-uv-pre-commit
99
rev: v0.6.3
1010

@@ -15,7 +15,7 @@ repos:
1515
name: ruff-format
1616
args: [--check]
1717
repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.3
18+
rev: v0.9.5
1919

2020
- hooks:
2121
- id: pyright
@@ -25,4 +25,4 @@ repos:
2525
args:
2626
- "--pythonpath=.venv/bin/python"
2727
repo: https://github.com/RobertCraigie/pyright-python
28-
rev: v1.1.389
28+
rev: v1.1.393

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
]
5050
dev = [
5151
{ include-group = "test"},
52-
"ruff==0.9.3",
52+
"ruff==0.9.5",
5353
"ipykernel>=6.29.5",
5454
"pre-commit>=4.0.1",
5555
"poethepoet>=0.29.0",

0 commit comments

Comments
 (0)