Skip to content

Commit 132a6cd

Browse files
committed
Ignore bogus pylint "security" issue
<pylint-dev/pylint#5322> describes a crash when using a specific extension that we don't use, and really isn't a security issue at all. Ideally we'd upgrade pylint anyways, but we've fallen a bit behind and it isn't a trivial version bump.
1 parent 785ea3e commit 132a6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
135135
--ignore 42050 \
136136
--ignore 42926 \
137137
--ignore 42923 \
138+
--ignore 45185 \
138139
--full-report -r $$req_file \
139140
&& echo -e '\n' \
140141
|| exit 1; \

0 commit comments

Comments
 (0)