Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#18)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.2...v4.0.0-alpha.8)
- [github.com/rhysd/actionlint: v1.6.25 → v1.7.2](rhysd/actionlint@v1.6.25...v1.7.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 27, 2024
1 parent 94063df commit 6efd550
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
@@ -1,19 +1,19 @@
repos:
# Formatters
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2 # Use the sha or tag you want to point at
rev: v4.0.0-alpha.8 # Use the sha or tag you want to point at
hooks:
- id: prettier

# Linters
- repo: https://github.com/rhysd/actionlint
rev: "v1.6.25"
rev: "v1.7.2"
hooks:
- id: actionlint

0 comments on commit 6efd550

Please sign in to comment.