File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ changeKind : internal
3+ packages :
4+ - " @autorest/python"
5+ - " @azure-tools/typespec-python"
6+ ---
7+
8+ Updating pylint tooling
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- 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/"
18+ 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/"
1919 python ../../../../../eng/scripts/run_pylint.py -t azure -g version-tolerant {posargs}
2020
2121[testenv:mypy]
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- 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/"
18+ 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/"
1919 python ../../../../../eng/scripts/run_pylint.py -t dpg -g version-tolerant {posargs}
2020
2121[testenv:mypy]
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- 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/"
18+ 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/"
1919 python ../../../../../eng/scripts/run_pylint.py -t vanilla -g version-tolerant {posargs}
2020
2121[testenv:mypy]
Original file line number Diff line number Diff line change 1919 -r requirements.txt
2020 -r ../../../../eng/dev_requirements.txt
2121commands =
22- 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/"
22+ 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/"
2323 python ../../../../eng/scripts/run_pylint.py -p typespec-python -t azure -s " generated" {posargs}
2424
2525[testenv:mypy]
Original file line number Diff line number Diff line change 1919 -r requirements.txt
2020 -r ../../../../eng/dev_requirements.txt
2121commands =
22- 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/"
22+ 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/"
2323 python ../../../../eng/scripts/run_pylint.py -p typespec-python -t unbranded -s " generated" {posargs}
2424
2525[testenv:mypy]
You can’t perform that action at this time.
0 commit comments