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.5.0 to v4.6.0
- 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.4.0
  • Loading branch information
neophile-square[bot] committed Apr 22, 2024
1 parent cc4c6f5 commit 62cac58
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- 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.4.0
hooks:
- id: black

Expand Down

0 comments on commit 62cac58

Please sign in to comment.