Skip to content

Commit 2003fb5

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/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.8...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 3129111 commit 2003fb5

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.11.8'
22+
rev: 'v0.12.11'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -30,7 +30,7 @@ repos:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]
3232
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
33-
rev: v2.14.0
33+
rev: v2.15.0
3434
hooks:
3535
- id: pretty-format-toml
3636
args: [--autofix, --no-sort]

0 commit comments

Comments
 (0)