Skip to content

Commit 3c136ef

Browse files
authored
Revert "use in-built hooks (#4173)" (#4174)
This reverts commit be602a3.
1 parent 28eaf5d commit 3c136ef

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ repos:
55
- id: end-of-file-fixer
66
- id: check-toml
77
- repo: https://github.com/nbQA-dev/nbQA
8-
rev: 0.3.2
8+
rev: 0.3.0
99
hooks:
10-
- id: nbqa-black
11-
- id: nbqa-isort
12-
- id: nbqa-pyupgrade
10+
- id: nbqa
11+
args: [black]
12+
name: nbqa-black
13+
alias: nbqa-black
14+
additional_dependencies: [black]
15+
- id: nbqa
16+
args: [isort]
17+
name: nbqa-isort
18+
alias: nbqa-isort
19+
additional_dependencies: [isort]
20+
- id: nbqa
21+
args: [pyupgrade]
22+
name: nbqa-pyupgrade
23+
alias: nbqa-pyupgrade
24+
additional_dependencies: [pyupgrade]
1325
- repo: https://github.com/asottile/pyupgrade
1426
rev: v2.7.2
1527
hooks:

0 commit comments

Comments
 (0)