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 0532575 commit 0808c3aCopy full SHA for 0808c3a
.pre-commit-config.yaml
@@ -22,21 +22,21 @@ repos:
22
hooks:
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 24.4.0
+ rev: 24.4.2
26
27
- id: black
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 'v0.3.7'
+ rev: 'v0.4.10'
30
31
- id: ruff
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.15.2
+ rev: v3.16.0
34
35
- id: pyupgrade
36
args:
37
- --py3-plus
38
- repo: https://github.com/adamchainz/django-upgrade
39
- rev: "1.16.0"
+ rev: "1.18.0"
40
41
- id: django-upgrade
42
args: [--target-version, "3.2"]
0 commit comments