Skip to content

Commit

Permalink
intersting: need to specify deps explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Aug 7, 2023
1 parent a66930c commit d77e9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [jupytext]
additional_dependencies: [jupytext, pyupgrade]
args: [--py39-plus, --nbqa-shell]
- id: nbqa-black
additional_dependencies: [jupytext]
Expand Down

0 comments on commit d77e9a5

Please sign in to comment.