We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e842a2a commit 7ff00e9Copy full SHA for 7ff00e9
.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,16 +15,16 @@ 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.1"
19
20
- id: prettier
21
files: ".*.(md|json|yaml)$"
22
- repo: https://github.com/ikamensh/flynt/
23
- rev: "0.78"
+ rev: "1.0.1"
24
25
- id: flynt
26
- repo: https://github.com/Lucas-C/pre-commit-hooks
27
- rev: v1.5.1
+ rev: v1.5.3
28
29
- id: remove-tabs
30
types: [file]
0 commit comments