Skip to content

Commit

Permalink
Update to proper tetra3
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Dec 2, 2024
1 parent f7c6cb3 commit 4aeab8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "python/PiFinder/tetra3"]
path = python/PiFinder/tetra3
url = https://github.com/esa/tetra3.git
branch = no_big_files
url = https://github.com/smroid/cedar-solve
5 changes: 4 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ docstring-code-format = false
docstring-code-line-length = "dynamic"

[tool.mypy]
exclude = "venv|tetra3"
exclude = [
"/venv/",
"/tetra3/"
]
# Start off with these
warn_unused_configs = true
warn_redundant_casts = true
Expand Down
1 change: 1 addition & 0 deletions python/tetra3

0 comments on commit 4aeab8f

Please sign in to comment.