Skip to content

Commit 94897c2

Browse files
authored
Merge pull request #483 from kurtmckee/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5ea9bbc + badb499 commit 94897c2

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
@@ -11,7 +11,7 @@ repos:
1111
- id: "check-useless-excludes"
1212

1313
- repo: "https://github.com/pre-commit/pre-commit-hooks"
14-
rev: "v4.6.0"
14+
rev: "v5.0.0"
1515
hooks:
1616
- id: "check-added-large-files"
1717
- id: "check-merge-conflict"
@@ -26,15 +26,15 @@ repos:
2626
exclude: "\\.xml"
2727

2828
- repo: "https://github.com/asottile/pyupgrade"
29-
rev: "v3.17.0"
29+
rev: "v3.19.0"
3030
hooks:
3131
- id: "pyupgrade"
3232
name: "Enforce Python 3.9+ idioms"
3333
args:
3434
- "--py39-plus"
3535

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

@@ -56,14 +56,14 @@ repos:
5656
- id: "editorconfig-checker"
5757

5858
- repo: "https://github.com/python-jsonschema/check-jsonschema"
59-
rev: "0.29.2"
59+
rev: "0.29.4"
6060
hooks:
6161
- id: "check-dependabot"
6262
- id: "check-github-workflows"
6363
- id: "check-readthedocs"
6464

6565
- repo: "https://github.com/rhysd/actionlint"
66-
rev: "v1.7.1"
66+
rev: "v1.7.4"
6767
hooks:
6868
- id: "actionlint"
6969

0 commit comments

Comments
 (0)