Skip to content

Commit 2702209

Browse files
committed
Ignore safety warning from unused click pager function.
1 parent faa9e17 commit 2702209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/safety.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
4747
- name: "Run Safety"
4848
if: steps.changes.outputs.code == 'true'
49-
run: "python -m safety check -r requirements.txt --full-report"
49+
# 47833: Click mktemp/mkstemp issue involving the pager we don't use
50+
run: "python -m safety check -r requirements.txt -i 47833 --full-report"

0 commit comments

Comments
 (0)