File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
-rdev_requirements.txt
93
93
commands =
94
94
python -m pip install pylint =={[testenv:pylint]pylint_version}
95
- python -m 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/"
95
+ python -m pip install azure-pylint-guidelines-checker ==0.5.3 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
96
96
python {repository_root}/eng/tox/create_package_and_install.py \
97
97
-d {envtmpdir}/dist \
98
98
-p {tox_root} \
@@ -117,7 +117,7 @@ deps =
117
117
PyGitHub>=1.59.0
118
118
commands =
119
119
python -m pip install pylint =={[testenv:next-pylint]pylint_version}
120
- python -m 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/"
120
+ python -m pip install azure-pylint-guidelines-checker ==0.5.3 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121
121
python {repository_root}/eng/tox/create_package_and_install.py \
122
122
-d {envtmpdir}/dist \
123
123
-p {tox_root} \
You can’t perform that action at this time.
0 commit comments