Skip to content

Commit

Permalink
DX: make Colab TOC visible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 28, 2023
1 parent c3727bb commit 0f8f8d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ repos:
args: [--line-length=85]
types_or: [jupyter]

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.199
hooks:
- id: colab-toc-visible

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.2
hooks:
Expand Down
4 changes: 3 additions & 1 deletion visualize-benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
}
],
"metadata": {
"colab": {
"toc_visible": true
},
"kernelspec": {
"display_name": "tw",
"language": "python",
Expand All @@ -98,7 +101,6 @@
"pygments_lexer": "ipython3",
"version": "3.8.16"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "941585edea6bc165435aa3186ccdcc04147aa4112b01c30ec33a5464a4b433ae"
Expand Down

0 comments on commit 0f8f8d1

Please sign in to comment.