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 26976dc commit 3a0dcccCopy full SHA for 3a0dccc
.pre-commit-config.yaml
@@ -21,12 +21,12 @@ repos:
21
- id: pyupgrade
22
args: [--py38-plus]
23
- repo: https://github.com/adamchainz/django-upgrade
24
- rev: "1.20.0"
+ rev: "1.21.0"
25
hooks:
26
- id: django-upgrade
27
args: [--target-version, "4.2"]
28
- repo: https://github.com/psf/black
29
- rev: 24.4.2
+ rev: 24.8.0
30
31
- id: black
32
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -39,7 +39,7 @@ repos:
39
40
- id: isort
41
- repo: https://github.com/pycqa/flake8
42
- rev: "7.1.0"
+ rev: "7.1.1"
43
44
- id: flake8
45
- repo: https://github.com/rtts/djhtml
0 commit comments