Skip to content

Commit

Permalink
Merge pull request #42 from will-rice/wr-update-pre-commit
Browse files Browse the repository at this point in the history
Update .pre-commit-config.yaml
  • Loading branch information
will-rice authored Dec 11, 2024
2 parents 982f047 + af8c124 commit 1181d65
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
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: check-ast
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "cafd550"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
files: \.(css|less|scss|json|yaml|yml|html|md|mdx|js|jsx|ts|tsx|graphql|gql|vue|svelte|toml)$
Expand Down

0 comments on commit 1181d65

Please sign in to comment.