We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176bebf commit 3ed4bacCopy full SHA for 3ed4bac
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
rev: 7.1.1
18
hooks:
19
- 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]
+ args: [--max-line-length=128, '--exclude=./.*,build,dist,official*,torch_ecg,references,*.ipynb', '--ignore=E501,W503,E203,F841,E402,E231', --count, --statistics, --show-source]
21
- repo: https://github.com/pycqa/isort
22
rev: 5.13.2
23
0 commit comments