Skip to content

Commit

Permalink
fix up pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Aug 7, 2023
1 parent f862ce0 commit 90e091b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ repos:
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [jupytext]
args: [--py311-plus, --nbqa-shell]
additional_dependencies: [jupytext, pyupgrade]
args: [--py39-plus, --nbqa-shell]
- id: nbqa-black
additional_dependencies: [jupytext]
additional_dependencies: [jupytext, black]
args: [--nbqa-shell]

0 comments on commit 90e091b

Please sign in to comment.