Skip to content

Commit 011d691

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.12](astral-sh/ruff-pre-commit@v0.11.13...v0.12.12) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [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 011d691

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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.12
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/adamchainz/blacken-docs
24-
rev: 1.19.1
24+
rev: 1.20.0
2525
hooks:
2626
- id: blacken-docs
2727
alias: autoformat
@@ -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)