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 d9b25f2 commit d04b9d1Copy full SHA for d04b9d1
.pre-commit-config.yaml
@@ -16,12 +16,12 @@ repos:
16
hooks:
17
- id: doc8
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.2.0
+ rev: v3.2.2
20
21
- id: pyupgrade
22
args: [--py37-plus]
23
- repo: https://github.com/adamchainz/django-upgrade
24
- rev: 1.11.0
+ rev: 1.12.0
25
26
- id: django-upgrade
27
args: [--target-version, "3.2"]
@@ -46,7 +46,7 @@ repos:
46
args:
47
- --trailing-comma=es5
48
- repo: https://github.com/pre-commit/mirrors-eslint
49
- rev: v8.27.0
+ rev: v8.28.0
50
51
- id: eslint
52
files: \.js?$
0 commit comments