Skip to content

Commit a472c90

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.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
1 parent 9504f86 commit a472c90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
exclude: '^physioqc/_version.py'
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: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- id: check-case-conflict
1414
- id: check-merge-conflict
15-
- repo: https://github.com/psf/black
16-
rev: 24.10.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.13.2
20+
rev: 7.0.0
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.1.1
24+
rev: 7.3.0
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pycqa/pydocstyle
@@ -36,6 +36,6 @@ repos:
3636
- id: rst-inline-touching-normal
3737
- repo: https://github.com/codespell-project/codespell
3838
# Configuration for codespell is in setup.cfg
39-
rev: v2.2.6
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell

0 commit comments

Comments
 (0)