Skip to content

Commit

Permalink
DX: remove editable and slideshow from cell metadata (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Aug 6, 2024
1 parent 1496e2a commit f36c6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compwa_policy/check_dev_files/nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ def main(precommit: ModifiablePrecommit) -> None:
extra_keys_argument = {
"cell.attachments",
"cell.metadata.code_folding",
"cell.metadata.editable",
"cell.metadata.id",
"cell.metadata.pycharm",
"cell.metadata.slideshow",
"cell.metadata.user_expressions",
"metadata.celltoolbar",
"metadata.colab.name",
Expand Down

0 comments on commit f36c6b2

Please sign in to comment.