Skip to content

Commit

Permalink
Merge pull request #480 from AutoResearch/docs/add-nb-clean-pre-commi…
Browse files Browse the repository at this point in the history
…t-hook

docs: add nb-clean pre-commit-hook
  • Loading branch information
hollandjg committed Jun 23, 2023
2 parents fec3fa9 + 571760a commit 4bc0502
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 462 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@ repos:
- id: mypy
additional_dependencies: [types-requests]
language_version: python3.8
- repo: https://github.com/srstevenson/nb-clean
rev: 2.4.0
hooks:
- id: nb-clean
args:
- --preserve-cell-outputs

default_language_version:
python: python3

0 comments on commit 4bc0502

Please sign in to comment.