We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ad70c + 9e5fe13 commit 1408177Copy full SHA for 1408177
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
hooks:
12
- id: black
13
- repo: https://github.com/pre-commit/mirrors-prettier
14
- rev: v3.0.0-alpha.6
+ rev: v3.0.0-alpha.9-for-vscode
15
16
- id: prettier
17
- repo: https://github.com/asottile/blacken-docs
@@ -44,7 +44,7 @@ repos:
44
- id: trailing-whitespace
45
- id: check-case-conflict
46
- repo: https://github.com/PyCQA/autoflake
47
- rev: v2.0.2
+ rev: v2.1.1
48
49
- id: autoflake
50
args:
@@ -64,7 +64,7 @@ repos:
64
- flake8-bugbear
65
- flake8-blind-except
66
- repo: https://github.com/asottile/pyupgrade
67
- rev: v3.3.1
+ rev: v3.3.2
68
69
- id: pyupgrade
70
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
0 commit comments