From 49387ea47751c2c2f4ae1255641ff73bf3e75d46 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 8 Jan 2025 08:27:11 -0800 Subject: [PATCH] [http-client-python] update pylint checker (#5500) Autorest python pr: https://github.com/Azure/autorest.python/pull/2992 --- packages/http-client-python/generator/test/azure/tox.ini | 4 ++-- packages/http-client-python/generator/test/unbranded/tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/http-client-python/generator/test/azure/tox.ini b/packages/http-client-python/generator/test/azure/tox.ini index 8b34239d68..cf46fc75dc 100644 --- a/packages/http-client-python/generator/test/azure/tox.ini +++ b/packages/http-client-python/generator/test/azure/tox.ini @@ -10,7 +10,7 @@ commands = pytest mock_api_tests ../generic_mock_api_tests # pylint - pip install azure-pylint-guidelines-checker==0.4.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.0 --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.4.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.0 --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] diff --git a/packages/http-client-python/generator/test/unbranded/tox.ini b/packages/http-client-python/generator/test/unbranded/tox.ini index 6b3c02f15a..68ed962f13 100644 --- a/packages/http-client-python/generator/test/unbranded/tox.ini +++ b/packages/http-client-python/generator/test/unbranded/tox.ini @@ -10,7 +10,7 @@ commands = pytest mock_api_tests ../generic_mock_api_tests # pylint - pip install azure-pylint-guidelines-checker==0.4.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.0 --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.4.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.0 --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]