Skip to content

Commit e3ca44c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent 1cb5e28 commit e3ca44c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: '25.11.0'
16+
rev: '25.12.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -31,7 +31,7 @@ repos:
3131
- id: check-symlinks
3232
- id: debug-statements
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: 'v3.21.1'
34+
rev: 'v3.21.2'
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
@@ -41,7 +41,7 @@ repos:
4141
- id: flake8
4242
exclude: "^docs/"
4343
- repo: https://github.com/rhysd/actionlint
44-
rev: v1.7.8
44+
rev: v1.7.9
4545
hooks:
4646
- id: actionlint-docker
4747
args:
@@ -52,7 +52,7 @@ repos:
5252
- -ignore
5353
- 'SC1004:'
5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.35.0
55+
rev: 0.36.0
5656
hooks:
5757
- id: check-github-actions
5858
ci:

0 commit comments

Comments
 (0)