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 dd62e5a + afc296f commit d56e52dCopy full SHA for d56e52d
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ exclude: 'versioneer\.py|_version\.py'
13
repos:
14
# Autoformat: Python code, syntax patterns are modernized
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v3.3.1
+ rev: v3.3.2
17
hooks:
18
- id: pyupgrade
19
args:
20
- --py38-plus
21
22
# Autoformat: Python code
23
- repo: https://github.com/PyCQA/autoflake
24
- rev: v2.0.2
+ rev: v2.1.1
25
26
- id: autoflake
27
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -42,7 +42,7 @@ repos:
42
43
# Autoformat: markdown, yaml
44
- repo: https://github.com/pre-commit/mirrors-prettier
45
- rev: v3.0.0-alpha.6
+ rev: v3.0.0-alpha.9-for-vscode
46
47
- id: prettier
48
0 commit comments