Skip to content

Commit

Permalink
FIX: remove cell.attachments instead of metadata (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored May 30, 2023
1 parent ee6c6ec commit 5818aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repoma/check_dev_files/nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__REPO_URL = "https://github.com/kynan/nbstripout"
__HOOK_ID = "nbstripout"
__EXTRA_KEYS_ARGUMENT = [
"cell.metadata.attachments",
"cell.attachments",
"cell.metadata.code_folding",
"cell.metadata.id",
"cell.metadata.user_expressions",
Expand Down

0 comments on commit 5818aec

Please sign in to comment.