Skip to content

Commit

Permalink
exclude all checks on notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
  • Loading branch information
yiheng-wang-nv committed Sep 6, 2023
1 parent 29cf7f7 commit 0cdca73
Show file tree
Hide file tree
Showing 3 changed files with 4,122 additions and 4,120 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ ci:
autoupdate_schedule: quarterly
# submodules: true

exclude: '.*\.ipynb$'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: '.*\.(ts|pt|ipynb)$'
exclude: '.*\.(ts|pt)$'
- id: check-yaml
- id: check-docstring-first
- id: check-executables-have-shebangs
Expand Down
Loading

0 comments on commit 0cdca73

Please sign in to comment.