Skip to content

Commit

Permalink
Merge pull request #496 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 Jan 7, 2025
2 parents 939a980 + c9affd3 commit 0401a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
exclude: "\\.xml"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.19.0"
rev: "v3.19.1"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.9+ idioms"
Expand Down Expand Up @@ -63,11 +63,11 @@ repos:
- id: "check-readthedocs"

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

- repo: "https://github.com/kurtmckee/pre-commit-hooks"
rev: "v0.1.1"
rev: "v1.0.0"
hooks:
- id: "verify-consistent-pyproject-toml-python-requirements"

0 comments on commit 0401a20

Please sign in to comment.