Skip to content

Commit 9203bc2

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#539)
2 parents 8fba27f + 11852c4 commit 9203bc2

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
@@ -26,15 +26,15 @@ repos:
2626
exclude: "\\.xml"
2727

2828
- repo: "https://github.com/asottile/pyupgrade"
29-
rev: "v3.21.0"
29+
rev: "v3.21.2"
3030
hooks:
3131
- id: "pyupgrade"
3232
name: "Enforce Python 3.10+ idioms"
3333
args:
3434
- "--py310-plus"
3535

3636
- repo: "https://github.com/psf/black-pre-commit-mirror"
37-
rev: "25.9.0"
37+
rev: "25.11.0"
3838
hooks:
3939
- id: "black"
4040

@@ -52,19 +52,19 @@ repos:
5252
- "flake8-bugbear==24.12.12"
5353

5454
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
55-
rev: "v3.4.1"
55+
rev: "v3.6.0"
5656
hooks:
5757
- id: "editorconfig-checker"
5858

5959
- repo: "https://github.com/python-jsonschema/check-jsonschema"
60-
rev: "0.34.1"
60+
rev: "0.35.0"
6161
hooks:
6262
- id: "check-dependabot"
6363
- id: "check-github-workflows"
6464
- id: "check-readthedocs"
6565

6666
- repo: "https://github.com/rhysd/actionlint"
67-
rev: "v1.7.8"
67+
rev: "v1.7.9"
6868
hooks:
6969
- id: "actionlint"
7070
additional_dependencies:

0 commit comments

Comments
 (0)