diff --git a/.github/workflows/pep8-test.yaml b/.github/workflows/pep8-test.yaml index 8432529..b360863 100644 --- a/.github/workflows/pep8-test.yaml +++ b/.github/workflows/pep8-test.yaml @@ -21,4 +21,4 @@ jobs: pip install flake8 - name: Run PEP8 test run: | - flake8 --max-line-length=130 --exclude=src/train_utils/*,src/ml_utils/*,src/data_processing/*,tests/*,docs/source/conf.py. + flake8 --max-line-length=130 --exclude=src/train_utils/*,src/ml_utils/*,src/data_processing/*,tests/*,./docs/source/conf.py.