Skip to content

Commit dea799f

Browse files
authored
1 parent fc0be43 commit dea799f

9 files changed

Lines changed: 21 additions & 7 deletions

File tree

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

packages/autorest.python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

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.5.0 --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.1 --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.5.0 --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.1 --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.5.0 --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.1 --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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
"chalk": "5.3.0",
9090
"@types/fs-extra": "11.0.4"
9191
}
92-
}
92+
}

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.5.0 --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.1 --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.5.0 --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.1 --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)