remove feature dir from flake8 checks

This commit is contained in:
Jonathan Wren 2021-10-02 17:13:52 -07:00
parent 7c06569f55
commit 96a73e863e

View file

@ -90,7 +90,7 @@ jobs:
if: ${{ matrix.python-version != '3.10-dev' && env.DEPS_INSTALLED == 'true' }}
run: |
poetry run pflake8 --version
poetry run pflake8 jrnl features tests
poetry run pflake8 jrnl tests
- name: Test with pytest
if: ${{ env.DEPS_INSTALLED == 'true' }}