Skip to content

Commit f578450

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 8d79ed8 commit f578450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: debug-statements
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.9.1"
14+
rev: "v0.9.3"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
2626
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
2727
additional_dependencies: ["tox>=4.9"]
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.0
3030
hooks:
3131
- id: codespell
3232
args: ["--toml=pyproject.toml"]

0 commit comments

Comments
 (0)