Skip to content

Commit d0159a3

Browse files
pre-commit: auto-update hooks (#68)
<!--pre-commit.ci start--> 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) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.2...v0.14.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8b3c7c6 commit d0159a3

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
@@ -1,27 +1,27 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.2
11+
rev: v0.14.2
1212
hooks:
1313
- id: ruff
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.15.0
16+
rev: v1.18.2
1717
hooks:
1818
- id: mypy
1919
files: src
2020
args: []
2121
additional_dependencies: ["scipy"]
2222

2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: 25.1.0
24+
rev: 25.9.0
2525
hooks:
2626
- id: black
2727
# It is recommended to specify the latest version of Python
@@ -31,7 +31,7 @@ repos:
3131
language_version: python3.11
3232

3333
- repo: https://github.com/rbubley/mirrors-prettier
34-
rev: "v3.5.3"
34+
rev: "v3.6.2"
3535
hooks:
3636
- id: prettier
3737
types_or: [yaml, markdown, html, css, scss, javascript] #, json]
@@ -43,7 +43,7 @@ repos:
4343
- id: codespell
4444

4545
- repo: https://github.com/adamchainz/blacken-docs
46-
rev: 1.19.1
46+
rev: 1.20.0
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies:

0 commit comments

Comments
 (0)