Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Jun 1, 2021
1 parent b0c6c6b commit fbad61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -62,11 +62,11 @@ repos:
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.8.1
hooks:
- id: nbqa-pyupgrade
args: [--nbqa-mutate, --py36-plus]
- 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
Expand Down

0 comments on commit fbad61b

Please sign in to comment.