Skip to content

Commit 2433e56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.21...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent 8173175 commit 2433e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.15.21"
6+
rev: "v0.15.22"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
1010
- id: ruff-format
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.4.2
12+
rev: v2.4.3
1313
hooks:
1414
- id: codespell
1515
args:

0 commit comments

Comments
 (0)