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

[http-client-python] bump pylint #6056

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump pylint
  • Loading branch information
l0lawrence committed Feb 19, 2025
commit 48399fba0174db6918a5081249ea1322abfa6a1c
4 changes: 2 additions & 2 deletions packages/http-client-python/generator/test/azure/tox.ini
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ commands =
pytest mock_api_tests ../generic_mock_api_tests

# pylint
pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs}

# mypy
@@ -33,7 +33,7 @@ commands =
deps=
-r requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs}

[testenv:mypy]
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ commands =
pytest mock_api_tests ../generic_mock_api_tests

# pylint
pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs}

# mypy
@@ -33,7 +33,7 @@ commands =
deps=
-r requirements.txt
commands =
pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs}

[testenv:mypy]
Loading
Oops, something went wrong.