Skip to content

Commit 360610f

Browse files
committed
Update of the black pre-commit check
Moved to the PSF repo. Latest stable version with Python 3.9+ support.
1 parent 218379a commit 360610f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
# generic [...]_PASSWORD=[...] pattern
1414
- --additional-pattern
1515
- '_PASSWORD=[0-9a-zA-Z_-]{10}'
16-
- repo: https://github.com/ambv/black
17-
rev: 24.1.1 # Use latest tag on GitHub
16+
- repo: https://github.com/psf/black
17+
rev: 25.12.0 # Use latest tag on GitHub
1818
hooks:
1919
- id: black-jupyter

0 commit comments

Comments
 (0)