Skip to content

Commit 51bd17c

Browse files
authored
Merge pull request #119 from kurtmckee/updates
Update pre-commit hooks
2 parents 8553317 + 1e4ad16 commit 51bd17c

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
@@ -36,7 +36,7 @@ repos:
3636
- id: "black"
3737

3838
- repo: "https://github.com/pycqa/isort"
39-
rev: "5.13.2"
39+
rev: "6.0.0"
4040
hooks:
4141
- id: "isort"
4242

@@ -47,20 +47,20 @@ repos:
4747
additional_dependencies:
4848
- "flake8-bugbear==24.12.12"
4949

50-
- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
51-
rev: "3.0.3"
50+
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
51+
rev: "v3.2.0"
5252
hooks:
5353
- id: "editorconfig-checker"
5454

5555
- repo: "https://github.com/python-jsonschema/check-jsonschema"
56-
rev: "0.30.0"
56+
rev: "0.31.0"
5757
hooks:
5858
- id: "check-dependabot"
5959
- id: "check-github-workflows"
6060
- id: "check-readthedocs"
6161

6262
- repo: "https://github.com/rhysd/actionlint"
63-
rev: "v1.7.6"
63+
rev: "v1.7.7"
6464
hooks:
6565
- id: "actionlint"
6666

0 commit comments

Comments
 (0)