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 218379a commit 360610fCopy full SHA for 360610f
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
# generic [...]_PASSWORD=[...] pattern
14
- --additional-pattern
15
- '_PASSWORD=[0-9a-zA-Z_-]{10}'
16
-- repo: https://github.com/ambv/black
17
- rev: 24.1.1 # Use latest tag on GitHub
+- repo: https://github.com/psf/black
+ rev: 25.12.0 # Use latest tag on GitHub
18
hooks:
19
- id: black-jupyter
0 commit comments