Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update pre-commit/pre-commit-hooks pre-commit hook from v4.6.0 to v5.0.0
- Update pre-commit/mirrors-prettier pre-commit hook from v3.1.0 to v4.0.0-alpha.8
  • Loading branch information
neophile-square[bot] committed Jan 13, 2025
1 parent e15bc8a commit fef77cc
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.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-prettier
# prettier 4 is not compatible with pre-commit
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

Expand Down

0 comments on commit fef77cc

Please sign in to comment.