Skip to content

Commit 307d9f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.11...v0.15.7)
1 parent 89f87e5 commit 307d9f8

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
@@ -16,13 +16,13 @@ repos:
1616
- id: detect-private-key
1717

1818
- repo: https://github.com/Lucas-C/pre-commit-hooks
19-
rev: v1.5.5
19+
rev: v1.5.6
2020
hooks:
2121
- id: remove-tabs
2222
exclude: ^.*(\.(tsv)|Makefile)$
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.11
25+
rev: v0.15.7
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]

0 commit comments

Comments
 (0)