Skip to content

Commit 8b92f69

Browse files
Auto-update pre-commit hooks (#3826)
updates: - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a256c1 commit 8b92f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/codespell-project/codespell
8-
rev: v2.4.0
8+
rev: v2.4.1
99
hooks:
1010
- id: codespell
1111
additional_dependencies: [tomli]
@@ -17,7 +17,7 @@ repos:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.3
20+
rev: v0.9.4
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]

0 commit comments

Comments
 (0)