We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac42e6e + f1a58b1 commit 90b0c4bCopy full SHA for 90b0c4b
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
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,E226,E225', --count, --statistics, --show-source]
21
- repo: https://github.com/pycqa/isort
22
- rev: 8.0.1
+ rev: 9.0.0a3
23
hooks:
24
- id: isort
25
args: [--profile=black, --line-length=128]
0 commit comments