We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf62a5 + fc689db commit 0b93c99Copy full SHA for 0b93c99
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
args: ["--line-length=120"]
14
language_version: python3.9
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.3.0
+ rev: v4.4.0
17
hooks:
18
- id: check-added-large-files
19
args: [--maxkb=2048]
@@ -28,7 +28,7 @@ repos:
28
types: [text]
29
stages: [commit, push, manual]
30
- repo: https://github.com/pre-commit/mirrors-prettier
31
- rev: v2.7.1
+ rev: v3.0.0-alpha.4
32
33
- id: prettier
34
exclude: taskbadger.yaml
0 commit comments