Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jul 30, 2024
1 parent 3edc672 commit d2c708a
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
@@ -52,15 +52,15 @@ repos:
args: ["-L", "wille,linz", "--skip", "*.ipynb,*.bib"]

# Format configuration files with prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]

# Check JSON schemata
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.0"
rev: "0.29.1"
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit d2c708a

Please sign in to comment.