Skip to content

Commit 0de2c61

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.1...v0.11.4) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 8d79ed8 commit 0de2c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.11.4"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -20,13 +20,13 @@ repos:
2020
exclude: ^pylint_django/tests/input.*$
2121
args: [--line-length=120]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.5.0"
23+
rev: "v2.5.1"
2424
hooks:
2525
- id: pyproject-fmt
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.1
3030
hooks:
3131
- id: codespell
3232
args: ["--toml=pyproject.toml"]

0 commit comments

Comments
 (0)