Skip to content

Commit c1e7599

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.12.10](astral-sh/ruff-pre-commit@v0.4.3...v0.12.10)
1 parent 4f1c8d3 commit c1e7599

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
@@ -8,7 +8,7 @@ repos:
88
- id: absolufy-imports
99
name: absolufy-imports
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
language_version: python3
@@ -20,11 +20,11 @@ repos:
2020
- id: debug-statements
2121
language_version: python3
2222
- repo: https://github.com/pappasam/toml-sort
23-
rev: v0.23.1
23+
rev: v0.24.2
2424
hooks:
2525
- id: toml-sort-fix
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.4.3
27+
rev: v0.12.10
2828
hooks:
2929
- id: ruff
3030
args: [ --fix ]

0 commit comments

Comments
 (0)