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 50bafc3 commit 41bf139
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/*,docs/source/conf.py.
flake8 --max-line-length=130 --exclude=src/train_utils/*,src/ml_utils/*,src/data_processing/*,tests/*,./docs/source/conf.py.

0 comments on commit 41bf139

Please sign in to comment.