diff --git a/.github/workflows/actions-ci.yml b/.github/workflows/actions-ci.yml index a24bcd86..7911d49f 100644 --- a/.github/workflows/actions-ci.yml +++ b/.github/workflows/actions-ci.yml @@ -27,7 +27,7 @@ jobs: if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi - name: Run flake8 run: | - flake8 + flake8 --ignore=E203,W503 - name: Run black run: | black --check --verbose -l 88 geomeppy tests docs