Skip to content

Commit

Permalink
DEV: Update black 24.8.0->25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Feb 24, 2025
1 parent cdebf9a commit 419b2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==24.8.0]
additional_dependencies: [black==25.1.0]

- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
Expand All @@ -37,7 +37,7 @@ repos:
args:
- "--nbqa-mutate"
- "--target-version=py35"
additional_dependencies: [black==24.8.0]
additional_dependencies: [black==25.1.0]
- id: nbqa-flake8

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==24.8.0; python_version>='3.6'
black==25.1.0; python_version>='3.6'
pre-commit

0 comments on commit 419b2ba

Please # to comment.