-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: re-indtroduce implementation tutorial (#153)
* DOC: finish tutorial and add notebook * FIX: typo * WIP: re introduce implementation tut * update precommit * Update linting workflow * FIX: re-introduce implementation tut * MAINT: remove docs examples * update workflow * DOC: update tutorials
- Loading branch information
1 parent
6b1db59
commit 540a4cc
Showing
7 changed files
with
794 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
python-version: "3.11" | ||
- uses: psf/black@stable | ||
- uses: pre-commit/[email protected] | ||
- name: Install dependencies | ||
run: pip install -r requirements_testing.txt | ||
|
@@ -19,4 +18,4 @@ jobs: | |
run: ruff pylossless | ||
# Run Codespell | ||
- name: Run Codespell | ||
run: codespell pylossless docs | ||
run: codespell pylossless |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.