Skip to content

Commit 30611af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.7...v0.7.3)
1 parent 28eb1fe commit 30611af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ci:
55
submodules: false
66

77
exclude: '^docs/|/migrations/'
8-
default_stages: [commit]
8+
default_stages: [pre-commit]
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -33,13 +33,13 @@ repos:
3333
# - id: djlint-django
3434

3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: '1.21.0'
36+
rev: '1.22.1'
3737
hooks:
3838
- id: django-upgrade
3939
args: ['--target-version', '4.2']
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 'v0.6.7'
42+
rev: 'v0.7.3'
4343
hooks:
4444
- id: ruff
4545
args: ['--fix']

0 commit comments

Comments
 (0)