From e8ff21941f7c675ee7b604d31f8fa9423180d0af Mon Sep 17 00:00:00 2001 From: petersulyok Date: Sun, 24 Nov 2024 19:58:31 +0100 Subject: [PATCH] Flake8 removed. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75ffce4..f2cbbfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,9 +31,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements-dev.txt - - name: Lint with flake8 and pylint + - name: Lint pylint run: | - flake8 pylint src/*.py test/*.py - name: Test with pytest run: |