Skip to content

Commit 92d3d31

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.5...v0.12.9) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 1d411aa commit 92d3d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: devel
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.5
5+
rev: v0.12.9
66
hooks:
77
- id: ruff
88
args:
@@ -26,7 +26,7 @@ repos:
2626
- '--style={BasedOnStyle: Google, SortIncludes: false, WhitespaceSensitiveMacros: ["TSID_DISABLE_WARNING"]}'
2727
exclude: '^.*\.ipynb$'
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-json
3232
- id: check-symlinks

0 commit comments

Comments
 (0)