From 3e4a1846f5cef031789f83e3c563697a878c8b24 Mon Sep 17 00:00:00 2001 From: jmikedupont2 Date: Fri, 29 Sep 2023 01:02:03 +0000 Subject: [PATCH] remove flake8 --- .github/workflows/python-package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e8567de..42cf029 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,12 +24,12 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 pytest + #python -m pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Lint with flake8 - run: | - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + #- name: Lint with flake8 + # run: | + # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics + # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Docker Compose Action uses: isbang/compose-action@v1.5.1 env: