pre-commit-ci[bot] pre-commit-ci[bot] commited on
Commit
5fd3c9d
·
unverified ·
1 Parent(s): 76aec01

[pre-commit.ci] pre-commit autoupdate (#4)

Browse files

updates:
- 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>

Files changed (1) hide show
  1. .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.1.0
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