We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38989a commit 2cfcccaCopy full SHA for 2cfccca
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: end-of-file-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: 'v0.9.3'
+ rev: 'v0.9.7'
19
hooks:
20
- id: ruff
21
args:
@@ -36,7 +36,7 @@ repos:
36
- --py310-plus
37
exclude: migrations/
38
- repo: https://github.com/adamchainz/django-upgrade
39
- rev: 1.22.2
+ rev: 1.23.1
40
41
- id: django-upgrade
42
@@ -52,6 +52,6 @@ repos:
52
53
- --py36-plus
54
- repo: https://github.com/psf/black
55
- rev: 24.10.0
+ rev: 25.1.0
56
57
- id: black
0 commit comments