We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdebf9a commit 419b2baCopy full SHA for 419b2ba
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
rev: 1.19.1
23
hooks:
24
- id: blacken-docs
25
- additional_dependencies: [black==24.8.0]
+ additional_dependencies: [black==25.1.0]
26
27
- repo: https://github.com/kynan/nbstripout
28
rev: 0.8.1
@@ -37,7 +37,7 @@ repos:
37
args:
38
- "--nbqa-mutate"
39
- "--target-version=py35"
40
41
- id: nbqa-flake8
42
43
- repo: https://github.com/pre-commit/pygrep-hooks
requirements-dev.txt
@@ -1,2 +1,2 @@
1
-black==24.8.0; python_version>='3.6'
+black==25.1.0; python_version>='3.6'
2
pre-commit
0 commit comments