Skip to content

Commit

Permalink
update pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenh06 committed Oct 7, 2024
1 parent 176bebf commit 3ed4bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: 7.1.1
hooks:
- id: flake8
args: [--max-line-length=128, '--exclude=./.*,build,dist,official*,helper_code.py,run_model.py,train_model.py,evaluate_model.py,remove_hidden_data.py,prepare_image_data.py,prepare_ptbxl_data.py,*.ipynb', '--ignore=E501,W503,E203,F841,E402,E231', --count, --statistics, --show-source]
args: [--max-line-length=128, '--exclude=./.*,build,dist,official*,torch_ecg,references,*.ipynb', '--ignore=E501,W503,E203,F841,E402,E231', --count, --statistics, --show-source]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 3ed4bac

Please sign in to comment.