Skip to content

Commit c6a4940

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
1 parent 981760c commit c6a4940

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
@@ -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.13.0"
14+
rev: "v0.13.3"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^pylint_django/tests/input.*$
2121
args: [--line-length=120]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.6.0"
23+
rev: "v2.7.0"
2424
hooks:
2525
- id: pyproject-fmt
2626
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)