Skip to content

Commit c97d2e4

Browse files
authored
Merge pull request #7525 from python-pillow/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0660886 + f8c36bf commit c97d2e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: [--fix, --exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.9.1
9+
rev: 23.10.1
1010
hooks:
1111
- id: black
1212
args: [--target-version=py38]
@@ -30,7 +30,7 @@ repos:
3030
- id: rst-backticks
3131

3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.4.0
33+
rev: v4.5.0
3434
hooks:
3535
- id: check-executables-have-shebangs
3636
- id: check-merge-conflict
@@ -43,17 +43,17 @@ repos:
4343
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
4444

4545
- repo: https://github.com/sphinx-contrib/sphinx-lint
46-
rev: v0.6.8
46+
rev: v0.8.1
4747
hooks:
4848
- id: sphinx-lint
4949

5050
- repo: https://github.com/tox-dev/pyproject-fmt
51-
rev: 1.2.0
51+
rev: 1.4.1
5252
hooks:
5353
- id: pyproject-fmt
5454

5555
- repo: https://github.com/abravalheri/validate-pyproject
56-
rev: v0.14
56+
rev: v0.15
5757
hooks:
5858
- id: validate-pyproject
5959

0 commit comments

Comments
 (0)