Skip to content

Commit 139e38e

Browse files
committed
chore(pre-commit): Add zizmor
1 parent cb9efd5 commit 139e38e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ repos:
1414
rev: v0.5.3
1515
hooks:
1616
- id: ruff
17-
args: [ --fix ]
17+
args: [--fix]
1818
- id: ruff-format
1919
- id: ruff
20-
args: [ --select, ISC001, --fix ]
20+
args: [--select, ISC001, --fix]
21+
- repo: https://github.com/woodruffw/zizmor-pre-commit
22+
rev: v0.8.0
23+
hooks:
24+
- id: zizmor

0 commit comments

Comments
 (0)