Skip to content

Commit

Permalink
address prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Jun 10, 2024
1 parent 8ab6db5 commit 069c6dc
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
Expand Up @@ -22,8 +22,8 @@ repos:
hooks:
- id: add-trailing-comma

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
- repo: https://github.com/pycontribs/mirrors-prettier
rev: 'v3.3.1'
hooks:
- id: prettier
entry: env CI=1 bash -c "prettier --list-different . || ec=$? && prettier --loglevel=error --write . && exit $ec"
Expand All @@ -38,7 +38,7 @@ repos:
hooks:
- id: isort
name: Sort import statements using isort
args: ["--filter-files"]
args: ['--filter-files']

- repo: https://github.com/psf/black
rev: 24.3.0
Expand Down

0 comments on commit 069c6dc

Please sign in to comment.