Skip to content

Commit

Permalink
fix: Bump black version in blacken-docs pre-commit hook as well
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Apr 2, 2023
1 parent cef67c1 commit 8a3e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
name: "Format docs (blacken-docs)"
args: ["-l", "64"]
additional_dependencies:
- "black==23.1.0"
- "black==23.3.0"

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.4.0"
Expand Down

0 comments on commit 8a3e1e7

Please sign in to comment.