Skip to content

Commit a0ff3fb

Browse files
pre-commit: auto-update hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.15.10](astral-sh/ruff-pre-commit@v0.14.2...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.20.1](pre-commit/mirrors-mypy@v1.18.2...v1.20.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.1](psf/black-pre-commit-mirror@25.9.0...26.3.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.2](rbubley/mirrors-prettier@v3.6.2...v3.8.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent d0159a3 commit a0ff3fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ repos:
88
- id: check-added-large-files
99

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

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.18.2
16+
rev: v1.20.1
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.9.0
24+
rev: 26.3.1
2525
hooks:
2626
- id: black
2727
# It is recommended to specify the latest version of Python
@@ -31,14 +31,14 @@ repos:
3131
language_version: python3.11
3232

3333
- repo: https://github.com/rbubley/mirrors-prettier
34-
rev: "v3.6.2"
34+
rev: "v3.8.2"
3535
hooks:
3636
- id: prettier
3737
types_or: [yaml, markdown, html, css, scss, javascript] #, json]
3838
args: [--prose-wrap=always]
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444

0 commit comments

Comments
 (0)