Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/rhysd/actionlint: v1.7.3 → v1.7.6](rhysd/actionlint@v1.7.3...v1.7.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 9d0d665 commit 321cdd1
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 @@ -48,7 +48,7 @@ repos:
- id: "trailing-whitespace"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.18.0"
rev: "v3.19.1"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.9+ idioms"
Expand All @@ -66,11 +66,11 @@ repos:
- id: "isort"

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

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

0 comments on commit 321cdd1

Please sign in to comment.