Skip to content

Commit

Permalink
Auto-update pre-commit hooks (cookiecutter#4683)
Browse files Browse the repository at this point in the history
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and browniebroke authored Nov 14, 2023
1 parent f1ddba1 commit 4d6292a
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 @@ -17,7 +17,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier
args: ["--tab-width", "2"]
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 @@ -18,7 +18,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']
Expand Down

0 comments on commit 4d6292a

Please sign in to comment.