Skip to content

Commit

Permalink
Merge pull request #119 from kurtmckee/updates
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
kurtmckee authored Jan 27, 2025
2 parents 8553317 + 1e4ad16 commit 51bd17c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- id: "black"

- repo: "https://github.com/pycqa/isort"
rev: "5.13.2"
rev: "6.0.0"
hooks:
- id: "isort"

Expand All @@ -47,20 +47,20 @@ repos:
additional_dependencies:
- "flake8-bugbear==24.12.12"

- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
rev: "3.0.3"
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
rev: "v3.2.0"
hooks:
- id: "editorconfig-checker"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.30.0"
rev: "0.31.0"
hooks:
- id: "check-dependabot"
- id: "check-github-workflows"
- id: "check-readthedocs"

- repo: "https://github.com/rhysd/actionlint"
rev: "v1.7.6"
rev: "v1.7.7"
hooks:
- id: "actionlint"

Expand Down

0 comments on commit 51bd17c

Please sign in to comment.