Skip to content

Commit b8376fb

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/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.2...v0.14.2)
1 parent e21af54 commit b8376fb

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
@@ -10,7 +10,7 @@ default_stages:
1010
- pre-push
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-docstring-first
@@ -31,11 +31,11 @@ repos:
3131
files: .pre-commit-config.yaml
3232
- id: trailing-whitespace
3333
- repo: https://github.com/pappasam/toml-sort
34-
rev: v0.24.2
34+
rev: v0.24.3
3535
hooks:
3636
- id: toml-sort-fix
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.2
38+
rev: v0.14.2
3939
hooks:
4040
- id: ruff
4141
args: [ --fix ]

0 commit comments

Comments
 (0)