Skip to content

Commit cdf3bfa

Browse files
authored
Merge branch 'master' into feat/universal
2 parents 8eedef5 + 75088b0 commit cdf3bfa

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,30 @@ ci:
88
autoupdate_schedule: monthly
99

1010
repos:
11-
- repo: https://github.com/asottile/pyupgrade
12-
rev: v2.31.0
11+
- repo: https://github.com/asottile/pyupgrade
12+
rev: v3.15.2
13+
hooks:
14+
- id: pyupgrade
15+
args: ["--py38-plus"]
16+
17+
- repo: https://github.com/adamchainz/django-upgrade
18+
rev: '1.18.0'
1319
hooks:
14-
- id: pyupgrade
15-
args: ["--py38-plus"]
20+
- id: django-upgrade
21+
args: [--target-version, "3.2"]
1622

1723
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.4.4
24+
rev: "v0.4.7"
1925
hooks:
2026
- id: ruff
2127
args: [--fix, --exit-non-zero-on-fix]
2228

29+
- repo: https://github.com/astral-sh/ruff-pre-commit
30+
# Ruff version.
31+
rev: v0.4.7
32+
hooks:
33+
- id: ruff-format
34+
2335
- repo: https://github.com/pre-commit/pre-commit-hooks
2436
rev: v4.6.0
2537
hooks:

0 commit comments

Comments
 (0)