Skip to content

Commit 585c9ea

Browse files
[pre-commit.ci] pre-commit autoupdate (#171)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.7...v0.12.10) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 08a4567 commit 585c9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
# doesn't work in combination with jupytext hook yet. See https://github.com/mwouts/jupytext/issues/580
1414
exclude: "docs/notebooks/.*\\.md"
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.7
16+
rev: v0.12.10
1717
hooks:
1818
- id: ruff
1919
types_or: [python, pyi, jupyter]
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- id: ruff-format
2222
types_or: [python, pyi, jupyter]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v5.0.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: detect-private-key
2727
- id: check-ast

0 commit comments

Comments
 (0)