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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.4)
- [github.com/sirosen/texthooks: 0.5.0 → 0.6.2](sirosen/texthooks@0.5.0...0.6.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 8056d07 commit b2acf18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -18,19 +18,19 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.3
hooks:
- id: prettier
args: ["--prose-wrap=always"]
exclude: ^\.github/(developer_certificate|pull_request_template)\.md$

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/sirosen/texthooks
rev: 0.5.0
rev: 0.6.2
hooks:
- id: fix-smartquotes
- id: fix-spaces
Expand Down

0 comments on commit b2acf18

Please sign in to comment.