Skip to content

Commit 90e091b

Browse files
committed
fix up pre-commit-config
1 parent f862ce0 commit 90e091b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ repos:
33
rev: 1.7.0
44
hooks:
55
- id: nbqa-pyupgrade
6-
additional_dependencies: [jupytext]
7-
args: [--py311-plus, --nbqa-shell]
6+
additional_dependencies: [jupytext, pyupgrade]
7+
args: [--py39-plus, --nbqa-shell]
88
- id: nbqa-black
9-
additional_dependencies: [jupytext]
9+
additional_dependencies: [jupytext, black]
1010
args: [--nbqa-shell]

0 commit comments

Comments
 (0)