Skip to content

Commit

Permalink
update pep-8
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed May 29, 2024
1 parent d4a9662 commit bf07d81
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/* .
flake8 --max-line-length=130 --exclude=src/train_utils/*,src/ml_utils/*, /tests/unit_test.py, src/data_processing/*.

0 comments on commit bf07d81

Please sign in to comment.