Skip to content

Commit

Permalink
gh-170: add scientific python recommended blacken-docs (#250)
Browse files Browse the repository at this point in the history
Add blacken-docs for formatting of documentation files.

Refs: #170, #187

---------

Co-authored-by: Patrick J. Roddy <[email protected]>
  • Loading branch information
Saransh-cpp and paddyroddy committed Sep 25, 2024
1 parent 83905b3 commit 7ccf9a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ repos:
- --fix
- --show-fixes
- id: ruff-format
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies:
- black
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
Expand Down

0 comments on commit 7ccf9a1

Please sign in to comment.