Skip to content

Commit

Permalink
DEV: Black 23.7.0 -> 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Apr 11, 2024
1 parent b654a99 commit 47c1aa9
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 @@ -26,7 +26,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: ["black==23.7.0"]
additional_dependencies: ["black==24.3.0"]

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
Expand All @@ -45,7 +45,7 @@ repos:
- "--target-version=py39"
- "--target-version=py310"
- "--target-version=py311"
additional_dependencies: ["black==23.7.0"]
additional_dependencies: ["black==24.3.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,3 +1,3 @@
black==23.7.0
black==24.3.0
identify>=1.4.20
pre-commit

0 comments on commit 47c1aa9

Please sign in to comment.