Skip to content

Commit 3b06265

Browse files
[pre-commit.ci] pre-commit autoupdate (#122)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cb7c37 commit 3b06265

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)