Skip to content

Commit 8ba2cc1

Browse files
authored
[http-client-python] pylint patch bump (#5720)
Azure/autorest.python#3028
1 parent f098efe commit 8ba2cc1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/http-client-python/generator/test

packages/http-client-python/generator/test/azure/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
pytest mock_api_tests ../generic_mock_api_tests
1111

1212
# pylint
13-
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/"
13+
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/"
1414
python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs}
1515

1616
# mypy
@@ -33,7 +33,7 @@ commands =
3333
deps=
3434
-r requirements.txt
3535
commands =
36-
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/"
36+
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/"
3737
python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs}
3838

3939
[testenv:mypy]

packages/http-client-python/generator/test/unbranded/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
pytest mock_api_tests ../generic_mock_api_tests
1111

1212
# pylint
13-
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/"
13+
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/"
1414
python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs}
1515

1616
# mypy
@@ -33,7 +33,7 @@ commands =
3333
deps=
3434
-r requirements.txt
3535
commands =
36-
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/"
36+
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/"
3737
python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs}
3838

3939
[testenv:mypy]

0 commit comments

Comments
 (0)