Skip to content

Commit

Permalink
try adding tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
l0lawrence committed Jan 7, 2025
1 parent 4951aa3 commit 9cfa303
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/test/dpg/version-tolerant/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/test/azure/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/test/unbranded/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9cfa303

Please sign in to comment.