Skip to content

Commit 3ed4bac

Browse files
committed
update pre-commit-config.yaml
1 parent 176bebf commit 3ed4bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: 7.1.1
1818
hooks:
1919
- id: flake8
20-
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]
20+
args: [--max-line-length=128, '--exclude=./.*,build,dist,official*,torch_ecg,references,*.ipynb', '--ignore=E501,W503,E203,F841,E402,E231', --count, --statistics, --show-source]
2121
- repo: https://github.com/pycqa/isort
2222
rev: 5.13.2
2323
hooks:

0 commit comments

Comments
 (0)