Skip to content

Commit 7aaa917

Browse files
l0lawrencemsyyc
andauthored
[pylint] update checker (#2992)
* update * add * try adding tox.ini * pylint tooling -internal fix * rerun --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 6b4b039 commit 7aaa917

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@autorest/python"
5+
- "@azure-tools/typespec-python"
6+
---
7+
8+
Updating pylint tooling

packages/autorest.python/test/azure/version-tolerant/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]

packages/autorest.python/test/dpg/version-tolerant/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]

packages/autorest.python/test/vanilla/version-tolerant/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]

packages/typespec-python/test/azure/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps=
1919
-r requirements.txt
2020
-r ../../../../eng/dev_requirements.txt
2121
commands =
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]

packages/typespec-python/test/unbranded/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps=
1919
-r requirements.txt
2020
-r ../../../../eng/dev_requirements.txt
2121
commands =
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]

0 commit comments

Comments
 (0)