Skip to content

Commit 76751da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.11.0](psf/black-pre-commit-mirror@23.12.1...25.11.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.19.0](pre-commit/mirrors-mypy@v1.8.0...v1.19.0) - [github.com/numpy/numpydoc: v1.6.0 → v1.9.0](numpy/numpydoc@v1.6.0...v1.9.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - [github.com/sirosen/texthooks: 0.6.3 → 0.7.1](sirosen/texthooks@0.6.3...0.7.1)
1 parent d8d9fab commit 76751da

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v4.5.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -18,34 +18,34 @@ repos:
1818
- id: mixed-line-ending
1919
- id: trailing-whitespace
2020

21-
- repo: https://github.com/psf/black
22-
rev: "23.12.1"
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: "25.11.0"
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "7.0.0"
27+
rev: "7.3.0"
2828
hooks:
2929
- id: flake8
3030

3131
- repo: https://github.com/PyCQA/isort
32-
rev: "5.13.2"
32+
rev: "7.0.0"
3333
hooks:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.8.0"
37+
rev: "v1.19.0"
3838
hooks:
3939
- id: mypy
4040

4141
- repo: https://github.com/numpy/numpydoc
4242
# The latest stable release doesn't yet support pre-commit.
43-
rev: "v1.6.0"
43+
rev: "v1.9.0"
4444
hooks:
4545
- id: numpydoc-validation
4646

4747
- repo: https://github.com/hadialqattan/pycln
48-
rev: "v2.4.0"
48+
rev: "v2.6.0"
4949
hooks:
5050
- id: pycln
5151

@@ -57,7 +57,7 @@ repos:
5757
exclude: test
5858

5959
- repo: https://github.com/sirosen/texthooks
60-
rev: "0.6.3"
60+
rev: "0.7.1"
6161
hooks:
6262
- id: fix-ligatures
6363
- id: fix-smartquotes

0 commit comments

Comments
 (0)