Skip to content

Commit 4dff670

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.0](pre-commit/mirrors-mypy@v1.8.0...v1.11.0) - [github.com/numpy/numpydoc: v1.6.0 → v1.8.0rc2](numpy/numpydoc@v1.6.0...v1.8.0rc2) - [github.com/sirosen/texthooks: 0.6.3 → 0.6.6](sirosen/texthooks@0.6.3...0.6.6)
1 parent d8d9fab commit 4dff670

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: "v4.6.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.4.2"
2323
hooks:
2424
- id: black
2525

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

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

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

@@ -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.6"
6161
hooks:
6262
- id: fix-ligatures
6363
- id: fix-smartquotes

0 commit comments

Comments
 (0)