Skip to content

Commit

Permalink
Merge pull request #18 from QGreenland-Net/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
mfisher87 authored Jul 1, 2024
2 parents f358c90 + f082fb0 commit 57dbeb9
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
rev: "1.18.0"
hooks:
- id: blacken-docs
additional_dependencies: [black==24.*]
Expand Down Expand Up @@ -32,15 +32,15 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.2"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.5"
rev: "v0.5.0"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -63,7 +63,7 @@ repos:
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.4"
rev: "0.28.6"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit 57dbeb9

Please sign in to comment.