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 fdad28d commit e24ee89Copy full SHA for e24ee89
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
rev: 7.3.0
18
hooks:
19
- 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]
+ 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]
21
- repo: https://github.com/pycqa/isort
22
rev: 8.0.1
23
0 commit comments