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 6a34e00 commit a641206Copy full SHA for a641206
.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.8.0
+ rev: 1.9.0
24
hooks:
25
- id: django-upgrade
26
args: [--target-version, "3.2"]
@@ -43,15 +43,15 @@ repos:
43
- id: prettier
44
types_or: [javascript, css]
45
- repo: https://github.com/pre-commit/mirrors-eslint
46
- rev: v8.22.0
+ rev: v8.23.0
47
48
- id: eslint
49
files: \.js?$
50
types: [file]
51
args:
52
- --fix
53
- repo: https://github.com/psf/black
54
- rev: 22.6.0
+ rev: 22.8.0
55
56
- id: black
57
language_version: python3
0 commit comments