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 8e1ab86 commit bea1ec2Copy full SHA for bea1ec2
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
hooks:
16
- id: doc8
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.32.0
+ rev: v2.32.1
19
20
- id: pyupgrade
21
args: [--py37-plus]
22
- repo: https://github.com/adamchainz/django-upgrade
23
- rev: 1.5.0
+ rev: 1.6.1
24
25
- id: django-upgrade
26
args: [--target-version, "3.2"]
@@ -43,7 +43,7 @@ repos:
43
- id: prettier
44
types_or: [javascript, css]
45
- repo: https://github.com/pre-commit/mirrors-eslint
46
- rev: v8.14.0
+ rev: v8.15.0
47
48
- id: eslint
49
files: \.js?$
0 commit comments