Skip to content

Commit f511df7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.18.1](tox-dev/pyproject-fmt@v2.11.1...v2.18.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.10...v0.15.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 1c18112 commit f511df7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ 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.18.1"
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.6
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
additional_dependencies: ["tomli"]

0 commit comments

Comments
 (0)