ignore irrelevant pipenv errors

This commit is contained in:
James Woglom
2024-05-23 00:08:16 -04:00
parent f973f374e7
commit 73a0e2924d
+4 -1
View File
@@ -37,7 +37,10 @@ jobs:
--ignore 52495 \
--ignore 52365 \
--ignore 59956 \
--ignore 58755
--ignore 58755 \
--ignore 67895 \
--ignore 61893 \
--ignore 61601
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names