Skip to content

Commit

Permalink
CI: black 24.3.0 -> 24.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Sep 15, 2024
1 parent a6e59bb commit 7df253e
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.18.0
hooks:
- id: blacken-docs
additional_dependencies: ["black==24.3.0"]
additional_dependencies: ["black==24.8.0"]

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

0 comments on commit 7df253e

Please sign in to comment.