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

Ruff20241218 #737

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Revert "Fix F811 redefinition"

29218fd
Select commit
Loading
Failed to load commit list.
Open

Ruff20241218 #737

Revert "Fix F811 redefinition"
29218fd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Pyre failed Dec 19, 2024 in 6s

2 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 114 in new_features_examples/multi_tool_usage_agent.py

See this annotation in the file changed.

Code scanning / Pyre

Unbound name Error

Unbound name [10]: Name func is used but not defined in the current scope.

Check failure on line 112 in tests/agent_evals/auto_test_eval.py

See this annotation in the file changed.

Code scanning / Pyre

Uninitialized local Error test

Uninitialized local [61]: Local variable gpu\_info is undefined, or not always defined.