Skip to content

Commit a37f947

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/numpy/numpydoc: v1.6.0 → v1.8.0](numpy/numpydoc@v1.6.0...v1.8.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/sirosen/texthooks: 0.6.3 → 0.6.8](sirosen/texthooks@0.6.3...0.6.8)
1 parent d8d9fab commit a37f947

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: "v5.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -19,12 +19,12 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: "23.12.1"
22+
rev: "24.10.0"
2323
hooks:
2424
- id: black
2525

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

@@ -34,18 +34,18 @@ repos:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.8.0"
37+
rev: "v1.14.1"
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.8.0"
4444
hooks:
4545
- id: numpydoc-validation
4646

4747
- repo: https://github.com/hadialqattan/pycln
48-
rev: "v2.4.0"
48+
rev: "v2.5.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.6.8"
6161
hooks:
6262
- id: fix-ligatures
6363
- id: fix-smartquotes

0 commit comments

Comments
 (0)