Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
09493fd2
Unverified
Commit
09493fd2
authored
Dec 22, 2023
by
Baber Abbasi
Committed by
GitHub
Dec 21, 2023
Browse files
disable `mypy` (#1193)
parent
9267354e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
mypy.ini
mypy.ini
+18
-16
No files found.
mypy.ini
View file @
09493fd2
...
...
@@ -9,19 +9,21 @@ warn_unused_ignores = True
warn_redundant_casts
=
True
# We ignore errors everywhere to gradually add type annotations
# [mypy-lm_eval.*]
# ignore_errors = True
#
# [mypy-lm_eval.api.*]
# ignore_errors = True
#
# [mypy-lm_eval.prompts.*]
# ignore_errors = True
#
# [mypy-lm_eval.models.*]
# ignore_errors = True
#
# [mypy-scripts.*]
# ignore_errors = True
#
# [mypy-main]
[mypy-lm_eval.*]
ignore_errors
=
True
[mypy-lm_eval.api.*]
ignore_errors
=
True
[mypy-lm_eval.prompts.*]
ignore_errors
=
True
[mypy-lm_eval.models.*]
ignore_errors
=
True
[mypy-scripts.*]
ignore_errors
=
True
[mypy-main]
ignore_errors
=
True
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment