ignore more unrelated pipenv check failures

This commit is contained in:
James Woglom
2024-09-08 15:10:20 -04:00
parent 9d8554bd03
commit 90f2406b4f
+4 -1
View File
@@ -42,7 +42,10 @@ jobs:
--ignore 61893 \
--ignore 61601 \
--ignore 62044 \
--ignore 67599
--ignore 67599 \
--ignore 72083 \
--ignore 71064 \
--ignore 71608
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names