diff --git a/.chronus/changes/pylintbump-2025-1-19-18-20-53.md b/.chronus/changes/pylintbump-2025-1-19-18-20-53.md new file mode 100644 index 00000000000..e90fc4ea050 --- /dev/null +++ b/.chronus/changes/pylintbump-2025-1-19-18-20-53.md @@ -0,0 +1,8 @@ +--- +# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking +changeKind: internal +packages: + - "@typespec/http-client-python" +--- + +[http-client-python] bump pylint diff --git a/packages/http-client-python/generator/test/azure/tox.ini b/packages/http-client-python/generator/test/azure/tox.ini index 9c874dc5b4a..980a7808a91 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.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] diff --git a/packages/http-client-python/generator/test/unbranded/tox.ini b/packages/http-client-python/generator/test/unbranded/tox.ini index cee1776f0a2..41aa28dad43 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.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]