Skip to content

Commit 06b48f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/RobertCraigie/pyright-python: v1.1.392.post0 → v1.1.393](RobertCraigie/pyright-python@v1.1.392.post0...v1.1.393) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
1 parent 7a2a67b commit 06b48f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.3
12+
rev: v0.9.4
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.10.0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
args: [--preview]
@@ -45,7 +45,7 @@ repos:
4545
exclude: tests/eval_files/.*_py311.py
4646

4747
- repo: https://github.com/RobertCraigie/pyright-python
48-
rev: v1.1.392.post0
48+
rev: v1.1.393
4949
hooks:
5050
- id: pyright
5151
# ignore warnings about new version being available, no other warnings
@@ -66,7 +66,7 @@ repos:
6666
- trio
6767

6868
- repo: https://github.com/codespell-project/codespell
69-
rev: v2.4.0
69+
rev: v2.4.1
7070
hooks:
7171
- id: codespell
7272
additional_dependencies:

0 commit comments

Comments
 (0)