Skip to content

Commit

Permalink
Merge pull request #92 from scottclowe/dev_nbqa-mutate
Browse files Browse the repository at this point in the history
DEV: Drop --nbqa-mutate, deprecated in nbQA v1.0.0
  • Loading branch information
scottclowe committed Aug 17, 2021
2 parents e89ae8b + ebbce9e commit 48e0009
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Expand Up @@ -36,10 +36,9 @@ repos:
rev: 1.1.0
hooks:
- id: nbqa-isort
args: ["--nbqa-mutate", "--profile=black"]
args: ["--profile=black"]
- id: nbqa-black
args:
- "--nbqa-mutate"
- "--target-version=py36"
- "--target-version=py37"
- "--target-version=py38"
Expand Down

0 comments on commit 48e0009

Please sign in to comment.