Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycontribs/mirrors-prettier: v3.5.0 → v3.5.1](pycontribs/mirrors-prettier@v3.5.0...v3.5.1)
- [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent b34fdf2 commit b6d2afe
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/pycontribs/mirrors-prettier
rev: "v3.5.0"
rev: "v3.5.1"
hooks:
- id: prettier
entry: env CI=1 bash -c "prettier --list-different . || ec=$? && prettier --loglevel=error --write . && exit $ec"
Expand All @@ -46,6 +46,6 @@ repos:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8

0 comments on commit b6d2afe

Please sign in to comment.