Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Nov 11, 2024
1 parent 9504da3 commit 80c7254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ verbose = true
version = {file = "legateboost/VERSION"}

[tool.mypy]

disallow_untyped_defs = true
strict = true
follow_imports = "skip"
ignore_missing_imports = true
disallow_subclassing_any = false # mypy has no type info for sklearn base classes

[tool.isort]

Expand Down

0 comments on commit 80c7254

Please sign in to comment.