From 2b9c9204ef0595712dba1ed67913be4bb5912a42 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Mon, 6 Jan 2025 13:20:23 -0800 Subject: [PATCH 1/5] update --- .chronus/changes/checkpylint-2025-0-6-13-20-3.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .chronus/changes/checkpylint-2025-0-6-13-20-3.md diff --git a/.chronus/changes/checkpylint-2025-0-6-13-20-3.md b/.chronus/changes/checkpylint-2025-0-6-13-20-3.md new file mode 100644 index 00000000000..3f846192af7 --- /dev/null +++ b/.chronus/changes/checkpylint-2025-0-6-13-20-3.md @@ -0,0 +1,7 @@ +--- +changeKind: feature +packages: + - "@azure-tools/typespec-python" +--- + +updating pylint \ No newline at end of file From 4951aa320c5ff06419d1af5201cf59bf1f3b8c05 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Mon, 6 Jan 2025 14:00:38 -0800 Subject: [PATCH 2/5] add --- .chronus/changes/checkpylint-2025-0-6-13-20-3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.chronus/changes/checkpylint-2025-0-6-13-20-3.md b/.chronus/changes/checkpylint-2025-0-6-13-20-3.md index 3f846192af7..983a96bfe8f 100644 --- a/.chronus/changes/checkpylint-2025-0-6-13-20-3.md +++ b/.chronus/changes/checkpylint-2025-0-6-13-20-3.md @@ -2,6 +2,7 @@ changeKind: feature packages: - "@azure-tools/typespec-python" + - "@autorest/python" --- updating pylint \ No newline at end of file From 9cfa3038ede99a1f234cee405451a0e2fe965963 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Mon, 6 Jan 2025 14:19:35 -0800 Subject: [PATCH 3/5] try adding tox.ini --- packages/autorest.python/test/azure/version-tolerant/tox.ini | 2 +- packages/autorest.python/test/dpg/version-tolerant/tox.ini | 2 +- packages/autorest.python/test/vanilla/version-tolerant/tox.ini | 2 +- packages/typespec-python/test/azure/tox.ini | 2 +- packages/typespec-python/test/unbranded/tox.ini | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/autorest.python/test/azure/version-tolerant/tox.ini b/packages/autorest.python/test/azure/version-tolerant/tox.ini index ba65873b3b9..f18d090064c 100644 --- a/packages/autorest.python/test/azure/version-tolerant/tox.ini +++ b/packages/autorest.python/test/azure/version-tolerant/tox.ini @@ -15,7 +15,7 @@ deps= -r requirements.txt -r ../../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../../eng/scripts/run_pylint.py -t azure -g version-tolerant {posargs} [testenv:mypy] diff --git a/packages/autorest.python/test/dpg/version-tolerant/tox.ini b/packages/autorest.python/test/dpg/version-tolerant/tox.ini index 65375762f05..5172ceff1ba 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/tox.ini +++ b/packages/autorest.python/test/dpg/version-tolerant/tox.ini @@ -15,7 +15,7 @@ deps= -r requirements.txt -r ../../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../../eng/scripts/run_pylint.py -t dpg -g version-tolerant {posargs} [testenv:mypy] diff --git a/packages/autorest.python/test/vanilla/version-tolerant/tox.ini b/packages/autorest.python/test/vanilla/version-tolerant/tox.ini index dc08aa10850..292f6327c44 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/tox.ini +++ b/packages/autorest.python/test/vanilla/version-tolerant/tox.ini @@ -15,7 +15,7 @@ deps= -r requirements.txt -r ../../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../../eng/scripts/run_pylint.py -t vanilla -g version-tolerant {posargs} [testenv:mypy] diff --git a/packages/typespec-python/test/azure/tox.ini b/packages/typespec-python/test/azure/tox.ini index f6eb0985663..e93a0861d88 100644 --- a/packages/typespec-python/test/azure/tox.ini +++ b/packages/typespec-python/test/azure/tox.ini @@ -19,7 +19,7 @@ deps= -r requirements.txt -r ../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../eng/scripts/run_pylint.py -p typespec-python -t azure -s "generated" {posargs} [testenv:mypy] diff --git a/packages/typespec-python/test/unbranded/tox.ini b/packages/typespec-python/test/unbranded/tox.ini index 0618e6f1203..ec0926c6238 100644 --- a/packages/typespec-python/test/unbranded/tox.ini +++ b/packages/typespec-python/test/unbranded/tox.ini @@ -19,7 +19,7 @@ deps= -r requirements.txt -r ../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../eng/scripts/run_pylint.py -p typespec-python -t unbranded -s "generated" {posargs} [testenv:mypy] From 509e97fd07f0aa024abf8e48afe99b515f99d8ec Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Tue, 7 Jan 2025 09:44:21 -0800 Subject: [PATCH 4/5] pylint tooling -internal fix --- ...t-2025-0-6-13-20-3.md => checkpylint-2025-0-7-9-44-5.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .chronus/changes/{checkpylint-2025-0-6-13-20-3.md => checkpylint-2025-0-7-9-44-5.md} (63%) diff --git a/.chronus/changes/checkpylint-2025-0-6-13-20-3.md b/.chronus/changes/checkpylint-2025-0-7-9-44-5.md similarity index 63% rename from .chronus/changes/checkpylint-2025-0-6-13-20-3.md rename to .chronus/changes/checkpylint-2025-0-7-9-44-5.md index 983a96bfe8f..8aa9f2839c1 100644 --- a/.chronus/changes/checkpylint-2025-0-6-13-20-3.md +++ b/.chronus/changes/checkpylint-2025-0-7-9-44-5.md @@ -1,8 +1,8 @@ --- -changeKind: feature +changeKind: internal packages: - - "@azure-tools/typespec-python" - "@autorest/python" + - "@azure-tools/typespec-python" --- -updating pylint \ No newline at end of file +Updating pylint tooling \ No newline at end of file From 8dde37a11612713935f73599e09966c878ea716e Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Tue, 7 Jan 2025 12:06:07 -0800 Subject: [PATCH 5/5] rerun --- packages/typespec-python/test/azure/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typespec-python/test/azure/tox.ini b/packages/typespec-python/test/azure/tox.ini index e93a0861d88..4ff45f77e7b 100644 --- a/packages/typespec-python/test/azure/tox.ini +++ b/packages/typespec-python/test/azure/tox.ini @@ -19,7 +19,7 @@ deps= -r requirements.txt -r ../../../../eng/dev_requirements.txt commands = - 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/" + 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/" python ../../../../eng/scripts/run_pylint.py -p typespec-python -t azure -s "generated" {posargs} [testenv:mypy]