Skip to content

Commit

Permalink
FIX: re-indtroduce implementation tutorial (#153)
Browse files Browse the repository at this point in the history
* 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
scott-huberty authored Nov 7, 2023
1 parent 6b1db59 commit 540a4cc
Show file tree
Hide file tree
Showing 7 changed files with 794 additions and 44 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,4 +18,4 @@ jobs:
run: ruff pylossless
# Run Codespell
- name: Run Codespell
run: codespell pylossless docs
run: codespell pylossless
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: black
args: [--quiet]
files: ^pylossless/

# Ruff linter
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
Loading

0 comments on commit 540a4cc

Please sign in to comment.