Skip to content

Commit

Permalink
Remove codespell in the pre-commit hook and init the tutorial notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tai-Wang committed Dec 13, 2023
1 parent 090cf3e commit 02c6bb0
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
__pycache__/
*.py[cod]
*$py.class
*.ipynb

# C extensions
*.so
Expand Down
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ repos:
args: ["--remove"]
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks:
- id: codespell
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.9
hooks:
Expand Down
207 changes: 207 additions & 0 deletions embodiedscan/tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 02c6bb0

Please sign in to comment.