We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f08bce commit d66c5a4Copy full SHA for d66c5a4
.pre-commit-config.yaml
100755
100644
@@ -2,7 +2,7 @@ exclude: .+\.ambr
2
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.15.1
+ rev: v3.15.2
6
hooks:
7
- id: pyupgrade
8
args:
@@ -37,12 +37,12 @@ repos:
37
- id: ruff
38
- id: ruff-format
39
- repo: https://github.com/pre-commit/mirrors-prettier
40
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
41
42
- id: prettier
43
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
44
- repo: https://github.com/pre-commit/pre-commit-hooks
45
- rev: v4.5.0
+ rev: v4.6.0
46
47
- id: check-yaml
48
- id: end-of-file-fixer
0 commit comments