Skip to content

Commit e9b1f5d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.2](astral-sh/ruff-pre-commit@v0.14.1...v0.14.2) - [github.com/adamchainz/django-upgrade: 1.29.0 → 1.29.1](adamchainz/django-upgrade@1.29.0...1.29.1)
1 parent 1b18ebf commit e9b1f5d

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
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.14.1'
26+
rev: 'v0.14.2'
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/asottile/pyupgrade
@@ -33,7 +33,7 @@ repos:
3333
args:
3434
- --py3-plus
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: "1.29.0"
36+
rev: "1.29.1"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)