Skip to content

Commit

Permalink
Use nbQA instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed May 20, 2021
1 parent acacaa9 commit cc58311
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -59,7 +59,14 @@ repos:
rev: v1.8.0
hooks:
- id: rst-backticks
- repo: https://github.com/dfm/black_nbconvert
rev: v0.2.0
hooks:
- id: black_nbconvert
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.8.1
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
- id: nbqa-pyupgrade
args: [--nbqa-mutate, --py36-plus]
- id: nbqa-isort
args: [--nbqa-mutate]
- id: nbqa-flake8
args: []

0 comments on commit cc58311

Please sign in to comment.