Skip to content

Commit 2da9e47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.1.0](psf/black-pre-commit-mirror@24.8.0...26.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent d89c4ea commit 2da9e47

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ fail_fast: false
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
11-
- repo: https://github.com/psf/black
12-
rev: 24.8.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 26.1.0
1313
hooks:
1414
- id: black
1515
args: [--line-length=128, --verbose]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.1
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8
2020
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]
2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.2
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
args: [--profile=black, --line-length=128]

0 commit comments

Comments
 (0)