Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed May 29, 2024
1 parent b1f1c76 commit 25e9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/unit_test.py.
flake8 --max-line-length=130 --exclude=src/train_utils/*,src/ml_utils/*,src/data_processing/*,tests/*,docs/*.

0 comments on commit 25e9ac6

Please sign in to comment.