Skip to content

Commit

Permalink
Maybe working now?
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Dec 2, 2024
1 parent 8ef6ce5 commit 0e95309
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ 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 Expand Up @@ -126,6 +123,7 @@ module = [
'sklearn.*',
'PyHotKey.*',
'PiFinder.tetra3.*',
'tetra3.*',
'grpc',
'ceder_detect_pb2',
'RPi.*',
Expand Down

0 comments on commit 0e95309

Please sign in to comment.