Skip to content

Commit 5187b54

Browse files
authored
Merge pull request #8795 from python-pillow/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0c9a3a7 + c1703f5 commit 5187b54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.4
3+
rev: v0.9.9
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/bandit
14-
rev: 1.8.2
14+
rev: 1.8.3
1515
hooks:
1616
- id: bandit
1717
args: [--severity-level=high]
@@ -50,14 +50,14 @@ repos:
5050
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
5151

5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.31.1
53+
rev: 0.31.2
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-readthedocs
5757
- id: check-renovate
5858

5959
- repo: https://github.com/woodruffw/zizmor-pre-commit
60-
rev: v1.3.0
60+
rev: v1.4.1
6161
hooks:
6262
- id: zizmor
6363

@@ -67,7 +67,7 @@ repos:
6767
- id: sphinx-lint
6868

6969
- repo: https://github.com/tox-dev/pyproject-fmt
70-
rev: v2.5.0
70+
rev: v2.5.1
7171
hooks:
7272
- id: pyproject-fmt
7373

0 commit comments

Comments
 (0)