Skip to content

Commit

Permalink
add args to hook to change notebook kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Aug 15, 2023
1 parent 30df437 commit d151edc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ repos:
hooks:
- id: file-name-check-whitespace
- id: nb-check-kernel
args: [ --verbose, --kernel-name=python3, --kernel-language=python]
args: [
--verbose,
--fix,
--kernel-name=ivy,
--kernel-display-name=Ivy,
--kernel-language=python
]
- id: nb-check-hidden-cells
args: [--tags=solution, --solution-suffix=.a.ipynb, --diff]
- id: notebook-check-heading-levels
Expand Down

0 comments on commit d151edc

Please sign in to comment.