Skip to content

Commit 0bcfd75

Browse files
⬆️🪝 update pre-commit hooks (#393)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a2ffa5b commit 0bcfd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: "v5.0.0"
22+
rev: "v6.0.0"
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -33,7 +33,7 @@ repos:
3333

3434
# Handling unwanted unicode characters
3535
- repo: https://github.com/sirosen/texthooks
36-
rev: "0.6.8"
36+
rev: "0.7.1"
3737
hooks:
3838
- id: fix-ligatures
3939
- id: fix-smartquotes

0 commit comments

Comments
 (0)