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 b20ddd3 commit 5923f38Copy full SHA for 5923f38
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: pyupgrade
21
args: [--py37-plus]
22
- repo: https://github.com/adamchainz/django-upgrade
23
- rev: 1.9.0
+ rev: 1.10.0
24
hooks:
25
- id: django-upgrade
26
args: [--target-version, "3.2"]
@@ -45,7 +45,7 @@ repos:
45
args:
46
- --trailing-comma=es5
47
- repo: https://github.com/pre-commit/mirrors-eslint
48
- rev: v8.23.0
+ rev: v8.23.1
49
50
- id: eslint
51
files: \.js?$
0 commit comments