Skip to content

Commit

Permalink
pre-commit autoupdate & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Feb 6, 2024
1 parent 3a499d1 commit 0ecb68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
args: [--update-only, --notitle]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.0
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand All @@ -69,7 +69,7 @@ repos:
exclude_types: [json]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"[email protected].4",
"[email protected].5",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/[email protected]",
]
Expand Down

0 comments on commit 0ecb68a

Please sign in to comment.