We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862ce0 commit 90e091bCopy full SHA for 90e091b
.pre-commit-config.yaml
@@ -3,8 +3,8 @@ repos:
3
rev: 1.7.0
4
hooks:
5
- id: nbqa-pyupgrade
6
- additional_dependencies: [jupytext]
7
- args: [--py311-plus, --nbqa-shell]
+ additional_dependencies: [jupytext, pyupgrade]
+ args: [--py39-plus, --nbqa-shell]
8
- id: nbqa-black
9
+ additional_dependencies: [jupytext, black]
10
args: [--nbqa-shell]
0 commit comments