Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update pre-commit/mirrors-prettier pre-commit hook from v3.1.0 to v4.0.0-alpha.8
- Update psf/black pre-commit hook from 23.11.0 to 24.2.0
  • Loading branch information
neophile-square[bot] committed Feb 19, 2024
1 parent cc4c6f5 commit 6867c73
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 @@ -7,7 +7,7 @@ repos:
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

Expand All @@ -18,7 +18,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
hooks:
- id: black

Expand Down

0 comments on commit 6867c73

Please sign in to comment.