Skip to content

Commit ea37ebc

Browse files
[pre-commit.ci] pre-commit autoupdate (#26)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/woodruffw/zizmor-pre-commit: v0.9.2 → v0.10.0](zizmorcore/zizmor-pre-commit@v0.9.2...v0.10.0) * Remove config that is default in the new version --------- Co-authored-by: Randy Döring <[email protected]>
1 parent 3b86044 commit ea37ebc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ repos:
2727
- id: validate_manifest
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.3
30+
rev: v0.8.4
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format
3434

3535
- repo: https://github.com/woodruffw/zizmor-pre-commit
36-
rev: v0.9.2
36+
rev: v0.10.0
3737
hooks:
3838
- id: zizmor
39-
# types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2
40-
types: [yaml]
41-
files: \.github/workflows/.*$

0 commit comments

Comments
 (0)