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 417caf5 commit eb90a7fCopy full SHA for eb90a7f
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/adamchainz/django-upgrade
3
- rev: 1.23.1
+ rev: 1.29.0
4
hooks:
5
- id: django-upgrade
6
args: [--target-version, "5.1"]
7
8
- - repo: https://github.com/psf/black
9
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
10
11
- id: black
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.11.2
+ rev: v0.13.3
15
16
- id: ruff
0 commit comments