Spaces:
Sleeping
Sleeping
pre-commit-ci[bot] pre-commit-ci[bot] commited on
[pre-commit.ci] pre-commit autoupdate (#4)
Browse filesupdates:
- https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.11.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
|
@@ -11,8 +11,8 @@ repos:
|
|
| 11 |
- id: check-added-large-files
|
| 12 |
args: ["--maxkb=500"]
|
| 13 |
|
| 14 |
-
- repo: https://github.com/psf/black
|
| 15 |
-
rev: 25.
|
| 16 |
hooks:
|
| 17 |
- id: black-jupyter
|
| 18 |
|
|
|
|
| 11 |
- id: check-added-large-files
|
| 12 |
args: ["--maxkb=500"]
|
| 13 |
|
| 14 |
+
- repo: https://github.com/psf/black-pre-commit-mirror
|
| 15 |
+
rev: 25.11.0
|
| 16 |
hooks:
|
| 17 |
- id: black-jupyter
|
| 18 |
|