File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 88# lc: Library Carpentry
99# cp: Carpentries (to use for instructor training for instance)
1010# incubator: The Carpentries Incubator
11- #
11+ #
1212# This option supports custom types so lessons can be branded
1313# and themed with your own logo and alt-text (see `carpentry_description`)
1414# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
@@ -70,15 +70,17 @@ episodes:
7070- style-guide.md
7171- linting.md
7272- formatting.md
73+ - lsp.md
74+ - ci.md
7375
7476# Information for Learners
75- learners :
77+ learners :
7678
7779# Information for Instructors
78- instructors :
80+ instructors :
7981
8082# Learner Profiles
81- profiles :
83+ profiles :
8284
8385# Customisation ---------------------------------------------
8486#
Original file line number Diff line number Diff line change 1+ ---
2+ title : Continuous Integration
3+ teaching : 5 # teaching time in minutes
4+ exercises : 2 # exercise time in minutes
5+ ---
6+
7+ Stuff about using ruff for lint and format checks in CI.
Original file line number Diff line number Diff line change 1+ ---
2+ title : Language Server Protocol
3+ teaching : 5 # teaching time in minutes
4+ exercises : 2 # exercise time in minutes
5+ ---
6+
7+ Stuff about language server protocol and how it relates to linting and formatting Python code.
You can’t perform that action at this time.
0 commit comments