Skip to content

Commit a62552b

Browse files
[pre-commit.ci] pre-commit autoupdate (#195)
updates: - [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/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.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 8d16602 commit a62552b

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
@@ -6,21 +6,21 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-toml
1414
- id: check-yaml
1515

1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.25.0
17+
rev: 1.27.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.7
23+
rev: v0.12.11
2424
hooks:
2525
- id: ruff
2626
args: [--fix]

0 commit comments

Comments
 (0)