We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f08bce commit 40d0b62Copy full SHA for 40d0b62
.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.16.0
6
hooks:
7
- id: pyupgrade
8
args:
@@ -32,17 +32,17 @@ repos:
32
33
- id: yesqa
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: "v0.4.5"
+ rev: "v0.4.9"
36
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