Skip to content

Commit 7d316ef

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2509)
* Update pre-commit hooks: - github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7 - github.com/codespell-project/codespell: v2.2.6 → v2.3.0
1 parent dd95dee commit 7d316ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.4.3"
38+
rev: "v0.4.7"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
@@ -68,7 +68,7 @@ repos:
6868
args: ["--python-version=3.12"]
6969

7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.2.6
71+
rev: v2.3.0
7272
hooks:
7373
- id: codespell
7474
files: ^.*\.(py|md|rst)$

0 commit comments

Comments
 (0)