From 41bf1393198d1faebbab5457cd605f04d3a69204 Mon Sep 17 00:00:00 2001 From: aimspot Date: Wed, 29 May 2024 18:36:21 +0300 Subject: [PATCH] fix --- .github/workflows/pep8-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.