Skip to content

Commit 419b2ba

Browse files
committed
DEV: Update black 24.8.0->25.1.0
1 parent cdebf9a commit 419b2ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
rev: 1.19.1
2323
hooks:
2424
- id: blacken-docs
25-
additional_dependencies: [black==24.8.0]
25+
additional_dependencies: [black==25.1.0]
2626

2727
- repo: https://github.com/kynan/nbstripout
2828
rev: 0.8.1
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- "--nbqa-mutate"
3939
- "--target-version=py35"
40-
additional_dependencies: [black==24.8.0]
40+
additional_dependencies: [black==25.1.0]
4141
- id: nbqa-flake8
4242

4343
- repo: https://github.com/pre-commit/pygrep-hooks

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
black==24.8.0; python_version>='3.6'
1+
black==25.1.0; python_version>='3.6'
22
pre-commit

0 commit comments

Comments
 (0)