Skip to content

Commit bf8bbd0

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 4fab19e commit bf8bbd0

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
@@ -15,7 +15,7 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: v2.16.2
18+
rev: v2.21.0
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
@@ -35,7 +35,7 @@ repos:
3535
entry: isort --profile=black
3636
name: isort (python)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 26.1.0
38+
rev: 26.3.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/adamchainz/blacken-docs
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies:
4747
- black
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.4.1
49+
rev: v2.4.2
5050
hooks:
5151
- id: codespell
5252
- repo: local

0 commit comments

Comments
 (0)