Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jul 29, 2024
1 parent 26ae1a1 commit 6b1291d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 103 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.19
51 changes: 0 additions & 51 deletions .vscode/settings.windows.template.json

This file was deleted.

52 changes: 0 additions & 52 deletions .vscode/tasks.json

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dev-dependencies = [

[tool.rye.scripts]
build-docs = { cmd = ["sphinx-build", "-b", "dirhtml", "docs", "build/docs"] }
serve-docs = { cmd = ["sphinx-autobuild", "docs", "build/docs"] }
check-types = { cmd = ["mypy", "momba", "tests"] }
run-tests = { cmd = ["pytest", "tests"] }

Expand Down

0 comments on commit 6b1291d

Please sign in to comment.