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 73f9505 commit edb1582Copy full SHA for edb1582
.pre-commit-config.yaml
@@ -22,11 +22,11 @@ repos:
22
hooks:
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 24.1.1
+ rev: 24.2.0
26
27
- id: black
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 'v0.2.0'
+ rev: 'v0.2.1'
30
31
- id: ruff
32
- repo: https://github.com/asottile/pyupgrade
@@ -36,7 +36,7 @@ repos:
36
args:
37
- --py3-plus
38
- repo: https://github.com/adamchainz/django-upgrade
39
- rev: "1.15.0"
+ rev: "1.16.0"
40
41
- id: django-upgrade
42
args: [--target-version, "3.2"]
0 commit comments