Skip to content

Commit

Permalink
Update pre-commit hook pre-commit/mirrors-prettier to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2023
1 parent aeed2d3 commit 9cc17e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.1
hooks:
- id: prettier
exclude: "{{cookiecutter.project_slug}}/.github/workflows/tests.yml"
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: mypy
additional_dependencies: [numpy, pydantic]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.1
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 9cc17e4

Please sign in to comment.