From 73a0e2924dbea5fe262f5f52e84d5d8fcc954c45 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Thu, 23 May 2024 00:08:16 -0400 Subject: [PATCH] ignore irrelevant pipenv errors --- .github/workflows/python-package.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5e3eadc..be5dc05 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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