Skip to content

Commit 7c21fe0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.15.0](tox-dev/pyproject-fmt@v2.11.1...v2.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.10...v0.15.0)
1 parent 1c18112 commit 7c21fe0

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
@@ -7,11 +7,11 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/tox-dev/pyproject-fmt
10-
rev: "v2.11.1"
10+
rev: "v2.15.0"
1111
hooks:
1212
- id: pyproject-fmt
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.14.10
14+
rev: v0.15.0
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)