Skip to content

Commit 1638bfb

Browse files
Merge pull request #2778 from VWS-Python/zizmor-strict
Make zizmor collection strict
2 parents baf3f2b + 7de5dbb commit 1638bfb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ repos:
374374

375375
- id: zizmor
376376
name: zizmor
377-
entry: uv run --extra=dev zizmor .github
377+
entry: uv run --extra=dev zizmor --strict-collection .github
378378
language: python
379379
pass_filenames: false
380380
types_or: [yaml]

.prettierrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"files": ["*.yaml", "*.yml"],
55
"options": {
66
"singleQuote": true,
7-
"printWidth": 100,
87
"printWidth": 100
98
}
109
}

0 commit comments

Comments
 (0)