Skip to content

Commit b258c1a

Browse files
[pre-commit.ci] pre-commit autoupdate (#228)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11) - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 77d6a62 commit b258c1a

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.12.10'
26+
rev: 'v0.12.11'
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.25.0"
36+
rev: "1.27.0"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)