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 cf122e1 commit 21ed6dfCopy full SHA for 21ed6df
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/adamchainz/django-upgrade
3
- rev: 1.29.0
+ rev: 1.29.1
4
hooks:
5
- id: django-upgrade
6
args: [--target-version, "5.2"]
7
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.14.0
+ rev: v0.14.2
10
11
- id: ruff-check
12
- id: ruff-format
0 commit comments