Skip to content

Commit 60548d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.0](tox-dev/pyproject-fmt@v2.16.2...v2.21.0) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 69c264b commit 60548d2

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
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.16.2
27+
rev: v2.21.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
@@ -44,7 +44,7 @@ repos:
4444
entry: isort --profile=black
4545
name: isort (python)
4646
- repo: https://github.com/psf/black-pre-commit-mirror
47-
rev: 26.1.0
47+
rev: 26.3.1
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/tonybaloney/perflint
@@ -60,7 +60,7 @@ repos:
6060
additional_dependencies:
6161
- black
6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.4.1
63+
rev: v2.4.2
6464
hooks:
6565
- id: codespell
6666
args: [--toml pyproject.toml]

0 commit comments

Comments
 (0)