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 c7cc5b5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -59,7 +59,19 @@ 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]
language_version: python3
- id: nbqa-pyupgrade
args: [--nbqa-mutate, --py36-plus]
- id: nbqa-isort
args: [--nbqa-mutate]
- id: nbqa-flake8
args: [--extend-ignore=E402]
additional_dependencies: [
flake8-bugbear>=20.3.2, # GH PR 2851
flake8-logging-format
]

0 comments on commit c7cc5b5

Please sign in to comment.