Skip to content

Commit cb6ba8c

Browse files
Merge pull request #68 from nasa/update_archive
Update archive with Australian Wildfire notebook
2 parents 2e005d2 + 9c46901 commit cb6ba8c

2 files changed

Lines changed: 237 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363
entry: python .git-hooks/check-notebook-headers.py
6464
language: system
6565
files: '\.ipynb$' # Optional: Regex to specify file types to check
66-
exclude: ".*\/additional_drafts\/.*"
66+
exclude: "(^|/)(additional_drafts|_archive)/" # Exclude additional_drafts and _archive directories
6767

6868
- repo: local
6969
hooks:
@@ -72,4 +72,4 @@ repos:
7272
entry: python .git-hooks/check-notebook-imports.py
7373
language: system
7474
types: [jupyter]
75-
pass_filenames: false
75+
exclude: "(^|/)(additional_drafts|_archive)/" # Exclude additional_drafts and _archive directories

_archive/Australia_Wildfire_Webinar_Microarticle_and_Notebook.ipynb

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)