Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Oct 31, 2024
1 parent 47348ba commit b6fac2c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ repos:
args:
- --check
- --float-to-top
- repo: https://github.com/adamchainz/blacken-docs
- repo: https://github.com/nbQA-dev/nbQA
rev: "1.19.1"
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.2.0
- id: nbqa
entry: nbqa blacken-docs
name: nbqa-blacken-docs
alias: nbqa-blacken-docs
additional_dependencies: [blacken-docs]
args:
- --nbqa-md
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.9.0
hooks:
Expand Down

0 comments on commit b6fac2c

Please sign in to comment.