Skip to content

Commit 05db42a

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.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.0
1 parent 95296d7 commit 05db42a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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,12 +15,12 @@ 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.0"
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.0"
2424
hooks:
2525
- id: flynt
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks

0 commit comments

Comments
 (0)