Skip to content

Commit 09d5414

Browse files
fix: Add exclude_patterns.append("_archive")
1 parent 82e7ff2 commit 09d5414

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.git-hooks/notebook_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def get_notebooks_from_args(args: argparse.Namespace) -> tuple[List[Path], str]:
261261

262262
if args.exclude_archived:
263263
exclude_patterns.append("archived")
264+
exclude_patterns.append("_archive")
264265

265266
if args.exclude_additional_drafts:
266267
exclude_patterns.append("additional_drafts")

0 commit comments

Comments
 (0)