We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96190e commit ad1ac5aCopy full SHA for ad1ac5a
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v5.0.0
+ rev: v6.0.0
13
hooks:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
@@ -22,8 +22,8 @@ repos:
22
args: ['--maxkb=1024']
23
- id: detect-private-key
24
25
- - repo: https://github.com/psf/black
26
- rev: "25.1.0"
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: "25.9.0"
27
28
- id: black
29
- id: black-jupyter
0 commit comments