Skip to content

Commit

Permalink
ignore more unrelated pipenv check failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Sep 8, 2024
1 parent 9d8554b commit 90f2406
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90f2406

Please sign in to comment.