Skip to content

Commit e24ee89

Browse files
committed
update pre-commit config
1 parent fdad28d commit e24ee89

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.3.0
1818
hooks:
1919
- id: flake8
20-
args: [--max-line-length=128, '--exclude=./.*,build,dist,official*,torch_ecg,references,*.ipynb', '--ignore=E501,W503,E203,F841,E402,E231,E731', --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,E731,E226', --count, --statistics, --show-source]
2121
- repo: https://github.com/pycqa/isort
2222
rev: 8.0.1
2323
hooks:

0 commit comments

Comments
 (0)