Skip to content

Commit 173b99c

Browse files
pre-commit: auto-update hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.2...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3)
1 parent d0159a3 commit 173b99c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.14.7
1212
hooks:
1313
- id: ruff
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.18.2
16+
rev: v1.19.0
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: 25.11.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.6.2"
34+
rev: "v3.7.3"
3535
hooks:
3636
- id: prettier
3737
types_or: [yaml, markdown, html, css, scss, javascript] #, json]

0 commit comments

Comments
 (0)