Skip to content

Commit 8768c64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.11...v0.2.1)
1 parent 24f7a9f commit 8768c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
# - id: poetry-install
2626

2727
- repo: https://github.com/adamchainz/django-upgrade
28-
rev: "1.15.0"
28+
rev: "1.16.0"
2929
hooks:
3030
- id: django-upgrade
3131
args: [--target-version, "3.2"]
@@ -38,7 +38,7 @@ repos:
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
4040
# Ruff version.
41-
rev: v0.1.11
41+
rev: v0.2.1
4242
hooks:
4343
- id: ruff
4444
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)