Skip to content

Commit e6293f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.4...v0.4.10) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent a6eb836 commit e6293f2

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.4.4
4+
rev: v0.4.10
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -20,7 +20,7 @@ repos:
2020
- tokenize-rt==4.1.0
2121
- types-pkg_resources==0.1.2
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.6
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
name: codespell

0 commit comments

Comments
 (0)