Skip to content

Commit

Permalink
Merge pull request #483 from kurtmckee/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
kurtmckee authored Nov 5, 2024
2 parents 5ea9bbc + badb499 commit 94897c2
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 @@ -11,7 +11,7 @@ repos:
- id: "check-useless-excludes"

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: "check-added-large-files"
- id: "check-merge-conflict"
Expand All @@ -26,15 +26,15 @@ repos:
exclude: "\\.xml"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.17.0"
rev: "v3.19.0"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.9+ idioms"
args:
- "--py39-plus"

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "24.8.0"
rev: "24.10.0"
hooks:
- id: "black"

Expand All @@ -56,14 +56,14 @@ repos:
- id: "editorconfig-checker"

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

- repo: "https://github.com/rhysd/actionlint"
rev: "v1.7.1"
rev: "v1.7.4"
hooks:
- id: "actionlint"

Expand Down

0 comments on commit 94897c2

Please sign in to comment.