Skip to content

Commit 9b43e3e

Browse files
[pre-commit.ci] pre-commit autoupdate
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.11.13 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.13...v0.12.11) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent 12d570f commit 9b43e3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-toml
88
- id: check-yaml
99

1010
- repo: https://github.com/adamchainz/django-upgrade
11-
rev: 1.25.0
11+
rev: 1.27.0
1212
hooks:
1313
- id: django-upgrade
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.13
17+
rev: v0.12.11
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -59,7 +59,7 @@ repos:
5959
types_or: [html, jsx, tsx]
6060

6161
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
62-
rev: v2.14.0
62+
rev: v2.15.0
6363
hooks:
6464
- id: pretty-format-toml
6565
args: [--autofix]

0 commit comments

Comments
 (0)