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 28eb1fe commit 30611afCopy full SHA for 30611af
.pre-commit-config.yaml
@@ -5,11 +5,11 @@ ci:
5
submodules: false
6
7
exclude: '^docs/|/migrations/'
8
-default_stages: [commit]
+default_stages: [pre-commit]
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
hooks:
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -33,13 +33,13 @@ repos:
33
# - id: djlint-django
34
35
- repo: https://github.com/adamchainz/django-upgrade
36
- rev: '1.21.0'
+ rev: '1.22.1'
37
38
- id: django-upgrade
39
args: ['--target-version', '4.2']
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.6.7'
+ rev: 'v0.7.3'
43
44
- id: ruff
45
args: ['--fix']
0 commit comments