Skip to content

Commit 7ff00e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Zac-HD/shed: 2023.5.2 → 2023.6.1](Zac-HD/shed@2023.5.2...2023.6.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.1](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.1) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.1 - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.3](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.3)
1 parent e842a2a commit 7ff00e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "2.9.0"
22
repos:
33
- repo: https://github.com/Zac-HD/shed
4-
rev: 2023.5.2
4+
rev: 2023.6.1
55
hooks:
66
- id: shed
77
# TODO(pcohen): bump to --py310-plus when Talon moves to Python 3.10.
@@ -15,16 +15,16 @@ repos:
1515
- id: mixed-line-ending
1616
- id: check-merge-conflict
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: "v3.0.0-alpha.9-for-vscode"
18+
rev: "v3.0.1"
1919
hooks:
2020
- id: prettier
2121
files: ".*.(md|json|yaml)$"
2222
- repo: https://github.com/ikamensh/flynt/
23-
rev: "0.78"
23+
rev: "1.0.1"
2424
hooks:
2525
- id: flynt
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks
27-
rev: v1.5.1
27+
rev: v1.5.3
2828
hooks:
2929
- id: remove-tabs
3030
types: [file]

0 commit comments

Comments
 (0)