Skip to content

Commit

Permalink
[.pre-commit-config.yaml]: Update Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andthum committed Oct 31, 2024
1 parent 43a5b0c commit d9771ac
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 @@ -116,7 +116,7 @@ repos:
- id: "check-pre-commit-ci-config"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.29.3"
rev: "0.29.4"
hooks:
# Validate Dependabot Config (v2) against the schema provided by
# SchemaStore.
Expand Down Expand Up @@ -171,7 +171,7 @@ repos:
- repo: "https://github.com/psf/black-pre-commit-mirror"
# Stay at black version 23, because some formatting rules change in
# version 24. Latest 23 version is 23.12.1.
rev: "24.8.0"
rev: "23.12.1"
hooks:
# Format Python code with black.
- id: "black"
Expand Down Expand Up @@ -275,7 +275,7 @@ repos:
# v0.12.0 requires ruby2.7
# v0.11.0 and v0.10.0 require ruby2.6
# => stay at v0.9.0
rev: "v0.12.0"
rev: "v0.9.0"
hooks:
# Lint Markdown files with markdownlint.
- id: "markdownlint"

0 comments on commit d9771ac

Please sign in to comment.