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 all commits
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
8 changes: 8 additions & 0 deletions .chronus/changes/pylintbump-2025-1-19-18-20-53.md
Original file line number Diff line number Diff line change
@@ -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
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.