Skip to content

Commit

Permalink
Pin missed black dependency in blacken_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Oct 7, 2024
1 parent b6a7a36 commit 13c364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/.pre-commit-config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ repos:
args: [--skip-errors]
files: ^(docs/.*\.rst|src/{{ namespaced_package_path }}/.*\.py)$
additional_dependencies:
- black==24.2.0
- black=={{ versions["black"] }}
# <---- Formatting -----------------------------------------------------------------------------

# ----- Security ------------------------------------------------------------------------------>
Expand Down

0 comments on commit 13c364b

Please sign in to comment.