ignore python3.7 pipenv check warning

This commit is contained in:
James Woglom
2022-12-02 20:48:12 -05:00
parent e60e9ce537
commit 139ccb1878
2 changed files with 41 additions and 40 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ jobs:
pipenv install --system
- name: Run pipenv check
run: |
pipenv check
pipenv check \
--ignore 51499 # DDoS attack in wheel package, which is unsupported in python 3.7
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names