We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9434a1 commit 25ac5e5Copy full SHA for 25ac5e5
.pre-commit-config.yaml
@@ -36,16 +36,16 @@ repos:
36
hooks:
37
- id: autopep8
38
- repo: https://github.com/asottile/reorder-python-imports
39
- rev: v3.9.0
+ rev: v3.10.0
40
41
- id: reorder-python-imports
42
- repo: https://github.com/asottile/pyupgrade
43
- rev: v3.4.0
+ rev: v3.9.0
44
45
- id: pyupgrade
46
args: ['--py38-plus']
47
- repo: https://github.com/asottile/add-trailing-comma
48
- rev: v2.4.0
+ rev: v3.0.0
49
50
- id: add-trailing-comma
51
args: ['--py36-plus']
@@ -55,7 +55,7 @@ repos:
55
- id: remove-tabs
56
- id: remove-crlf
57
- repo: https://github.com/pre-commit/mirrors-scss-lint
58
- rev: v0.59.0
+ rev: v0.60.0
59
60
- id: scss-lint
61
- repo: local
0 commit comments