Skip to content

Commit

Permalink
Merge branch 'main' into githubc
Browse files Browse the repository at this point in the history
  • Loading branch information
NilashishC authored Mar 28, 2024
2 parents 764bf19 + 7049696 commit 8ee1d41
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 @@ -23,7 +23,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
rev: v4.0.0-alpha.8
hooks:
- id: prettier
entry: env CI=1 bash -c "prettier --list-different . || ec=$? && prettier --loglevel=error --write . && exit $ec"
Expand All @@ -41,6 +41,6 @@ repos:
args: ["--filter-files"]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black

0 comments on commit 8ee1d41

Please sign in to comment.