Skip to content

Commit c9b2f16

Browse files
pre-commit: auto-update hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.2...v0.14.4) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent d0159a3 commit c9b2f16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.4
1212
hooks:
1313
- id: ruff
1414

@@ -21,7 +21,7 @@ repos:
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

0 commit comments

Comments
 (0)