We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95296d7 commit 05db42aCopy full SHA for 05db42a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
minimum_pre_commit_version: "2.9.0"
2
repos:
3
- repo: https://github.com/Zac-HD/shed
4
- rev: 2023.5.2
+ rev: 2023.6.1
5
hooks:
6
- id: shed
7
# TODO(pcohen): bump to --py310-plus when Talon moves to Python 3.10.
@@ -15,12 +15,12 @@ repos:
15
- id: mixed-line-ending
16
- id: check-merge-conflict
17
- repo: https://github.com/pre-commit/mirrors-prettier
18
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
19
20
- id: prettier
21
files: ".*.(md|json|yaml)$"
22
- repo: https://github.com/ikamensh/flynt/
23
- rev: "0.78"
+ rev: "1.0.0"
24
25
- id: flynt
26
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments