We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9ee38 commit c3ba503Copy full SHA for c3ba503
.pre-commit-config.yaml
@@ -3,19 +3,19 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.18.0
+ rev: v3.19.1
7
hooks:
8
- id: pyupgrade
9
args: ["--py38-plus"]
10
11
- repo: https://github.com/adamchainz/django-upgrade
12
- rev: 1.22.1
+ rev: 1.22.2
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.6.9
+ rev: v0.8.4
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
0 commit comments