Skip to content

Commit

Permalink
Remove sections which define default behavior
Browse files Browse the repository at this point in the history
This is legacy from when they were first all `false` to
incrementally turn on errors.
  • Loading branch information
PGijsbers committed Aug 28, 2024
1 parent 18f879d commit 132f168
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,6 @@ module=[
]
ignore_missing_imports=true

[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.utils.*"


[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.benchmarks.*"


[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.datasets.*"


[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.frameworks.*"


[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.runners.*"


[[tool.mypy.overrides]]
ignore_errors = false
module = "amlb.*"

[[tool.mypy.overrides]]
module = "amlb.benchmark"
disable_error_code = "union-attr"
Expand Down

0 comments on commit 132f168

Please sign in to comment.