Skip to content

Commit ce227c1

Browse files
ci: pre-commit autoupdate (#544)
updates: - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 39a571b commit ce227c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
args: ["--py39-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: '1.25.0'
18+
rev: '1.27.0'
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "3.2"]
@@ -26,7 +26,7 @@ repos:
2626
- id: yesqa
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-merge-conflict
3232
- id: debug-statements
@@ -39,7 +39,7 @@ repos:
3939
- id: codespell
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.12.7
42+
rev: v0.12.11
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)