Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use concrete config classes instead of generic dictionary #1567

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Use concrete config classes instead of generic dictionary

f360c64
Select commit
Loading
Failed to load commit list.
Open

Use concrete config classes instead of generic dictionary #1567

Use concrete config classes instead of generic dictionary
f360c64
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / lintrunner failed Jan 23, 2025 in 7s

3 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 15 in examples/bert/user_script.py

See this annotation in the file changed.

Code scanning / lintrunner

MYPY/import Error

Cannot find implementation or library stub for module named "datasets" To disable, use # type: ignore[import]

Check failure on line 36 in examples/bert/user_script.py

See this annotation in the file changed.

Code scanning / lintrunner

MYPY/import Error

Cannot find implementation or library stub for module named "evaluate" To disable, use # type: ignore[import]

Check failure on line 8 in test/unit_test/search/test_search_strategy.py

See this annotation in the file changed.

Code scanning / lintrunner

MYPY/import Error test

Cannot find implementation or library stub for module named "pytest" To disable, use # type: ignore[import]