Skip to content

Commit

Permalink
Merge pull request #211 from kurtmckee/update-pre-commit
Browse files Browse the repository at this point in the history
Run `pre-commit autoupdate`
  • Loading branch information
LudovicRousseau authored Oct 15, 2024
2 parents 91f0960 + c19600c commit 4452941
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 @@ -39,7 +39,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 @@ -51,15 +51,15 @@ repos:
- id: "trailing-whitespace"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.17.0"
rev: "v3.18.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 @@ -69,11 +69,11 @@ repos:
- id: "isort"

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

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

0 comments on commit 4452941

Please sign in to comment.