Unverified Commit 09493fd2 authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

disable `mypy` (#1193)

parent 9267354e
...@@ -9,19 +9,21 @@ warn_unused_ignores = True ...@@ -9,19 +9,21 @@ warn_unused_ignores = True
warn_redundant_casts = True warn_redundant_casts = True
# We ignore errors everywhere to gradually add type annotations # We ignore errors everywhere to gradually add type annotations
# [mypy-lm_eval.*]
# ignore_errors = True [mypy-lm_eval.*]
# ignore_errors = True
# [mypy-lm_eval.api.*]
# ignore_errors = True [mypy-lm_eval.api.*]
# ignore_errors = True
# [mypy-lm_eval.prompts.*]
# ignore_errors = True [mypy-lm_eval.prompts.*]
# ignore_errors = True
# [mypy-lm_eval.models.*]
# ignore_errors = True [mypy-lm_eval.models.*]
# ignore_errors = True
# [mypy-scripts.*]
# ignore_errors = True [mypy-scripts.*]
# ignore_errors = True
# [mypy-main]
[mypy-main]
ignore_errors = True
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment