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.
2 parents 4f8b944 + 6b03049 commit b39a652Copy full SHA for b39a652
.pre-commit-config.yaml
@@ -11,15 +11,15 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.3.1
+ rev: v3.4.0
15
hooks:
16
- id: pyupgrade
17
args:
18
- --py37-plus
19
20
# Autoformat: Python code
21
- repo: https://github.com/PyCQA/autoflake
22
- rev: v2.0.2
+ rev: v2.1.1
23
24
- id: autoflake
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -40,7 +40,7 @@ repos:
40
41
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
42
- repo: https://github.com/pre-commit/mirrors-prettier
43
- rev: v3.0.0-alpha.6
+ rev: v3.0.0-alpha.9-for-vscode
44
45
- id: prettier
46
exclude: COPYING.md
0 commit comments