Skip to content

Commit 07fee96

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (python-pillow#9318)
2 parents 24b1702 + 9342e20 commit 07fee96

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Configuration for the zizmor static analysis tool, run via pre-commit in CI
22
# https://docs.zizmor.sh/configuration/
33
rules:
4+
obfuscation:
5+
disable: true
46
unpinned-uses:
57
config:
68
policies:

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.3
3+
rev: v0.14.7
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.11.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/bandit
14-
rev: 1.8.6
14+
rev: 1.9.2
1515
hooks:
1616
- id: bandit
1717
args: [--severity-level=high]
@@ -24,7 +24,7 @@ repos:
2424
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v21.1.2
27+
rev: v21.1.6
2828
hooks:
2929
- id: clang-format
3030
types: [c]
@@ -51,24 +51,24 @@ repos:
5151
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5252

5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.34.1
54+
rev: 0.35.0
5555
hooks:
5656
- id: check-github-workflows
5757
- id: check-readthedocs
5858
- id: check-renovate
5959

6060
- repo: https://github.com/zizmorcore/zizmor-pre-commit
61-
rev: v1.16.2
61+
rev: v1.18.0
6262
hooks:
6363
- id: zizmor
6464

6565
- repo: https://github.com/sphinx-contrib/sphinx-lint
66-
rev: v1.0.1
66+
rev: v1.0.2
6767
hooks:
6868
- id: sphinx-lint
6969

7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.11.0
71+
rev: v2.11.1
7272
hooks:
7373
- id: pyproject-fmt
7474

0 commit comments

Comments
 (0)