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 a483db2 commit c27f016Copy full SHA for c27f016
.pre-commit-config.yaml
@@ -3,19 +3,19 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.9.0
+ rev: v3.11.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py38-plus"]
10
11
- repo: https://github.com/adamchainz/django-upgrade
12
- rev: 1.14.0
+ rev: 1.14.1
13
14
- id: django-upgrade
15
args: ["--target-version", "3.0"]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.0.278
+ rev: v0.0.290
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
27
args: ["--profile", "black"]
28
29
- repo: https://github.com/psf/black
30
- rev: 23.7.0
+ rev: 23.9.1
31
32
- id: black
33
0 commit comments