Skip to content

Commit

Permalink
Move example to examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 4, 2025
1 parent 1ecf6ac commit ac5e901
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test:
uv run pytest

example:
uv run python example.py
uv run python examples/example.py
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ ignore = [
"tests/*" = ["SLF001", "ANN", "D", "PLR2004", "ARG001"]
"tests/test_examples.py" = ["E501"]
".github/*" = ["INP001"]
"examples/*" = ["INP001"]
"example.ipynb" = [
"D101",
"D103",
Expand Down

0 comments on commit ac5e901

Please sign in to comment.