Skip to content

Commit 9660324

Browse files
committed
Disable pre-commit branch protection (for now)
1 parent 13e65ae commit 9660324

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424
- id: end-of-file-fixer
2525
- id: mixed-line-ending
26-
- id: no-commit-to-branch # protects `main` by default
26+
# - id: no-commit-to-branch # protects `main` by default
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/codespell-project/codespell

modules/01-collaborating-in-jupyterhub/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ title: "📚 Materials"
55
:::{note} Objectives
66
:class: dropdown
77

8-
* Jupyter is much more than Notebooks
9-
* Interact with geospatial data in JupyterLab
10-
* Save our work to GitHub
8+
* Define Jupyter: much more than Notebooks!
9+
* Interact with geospatial data in JupyterLab.
10+
* Save our work to GitHub.
1111
:::
1212

1313

14-
## Presentation
15-
1614
<iframe
1715
src="https://docs.google.com/presentation/d/e/2PACX-1vSX1BAt5-Dzd1VtXttMqSFRI-HhhCI3lQx8-tfmHQvsXabBrnDxsYYBMLNQgMhYZfTiFLV0vuxTnd3W/pubembed?start=false&loop=false&delayms=60000"
1816
frameborder="0" width="960" height="569" allowfullscreen="true"

0 commit comments

Comments
 (0)