Skip to content

Commit 5d4e97f

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](adamchainz/django-upgrade@1.19.0...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4)
1 parent f2e389c commit 5d4e97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: doc8
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.19.0
17+
rev: 1.20.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
@@ -44,7 +44,7 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.5.2'
47+
rev: 'v0.5.4'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)