We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707d6b3 commit 98161a9Copy full SHA for 98161a9
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- id: codespell
44
args: [--ignore-words, .meta/codespell-ignores]
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
47
hooks:
48
- id: prettier
49
args: [--config, .meta/prettierrc.yml]
@@ -75,7 +75,7 @@ repos:
75
- id: add-trailing-comma
76
args: [--py36-plus]
77
- repo: https://github.com/asottile/pyupgrade
78
- rev: "v3.8.0"
+ rev: "v3.9.0"
79
80
- id: pyupgrade
81
0 commit comments