Skip to content

Commit

Permalink
Use lint only instead of types and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jan 10, 2025
1 parent b57b7fe commit 30ecbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-commit-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd "$(dirname "$0")"/..
# likely cause of failure is lack of VPN connection.
pip uninstall pyautogen --yes --quiet

pip install --editable ".[types,lint]" \
pip install --editable ".[lint]" \
--retries 1 \
--no-input \
--quiet
Expand Down

0 comments on commit 30ecbb7

Please sign in to comment.