Skip to content

Commit

Permalink
[pylint] Fix local pylint run (#32525)
Browse files Browse the repository at this point in the history
* fix local run issue

* update
  • Loading branch information
l0lawrence authored Oct 16, 2023
1 parent 604007c commit a07f7be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ pylint_version=2.15.8
skipsdist = true
skip_install = true
usedevelop = false
setuptools_enable=
SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
setenv =
{[testenv]setenv}
{[testenv:pylint]setuptools_enable}
PROXY_URL=http://localhost:5002
deps =
-rdev_requirements.txt
Expand All @@ -104,8 +107,11 @@ pylint_version=2.15.8
skipsdist = true
skip_install = true
usedevelop = false
setuptools_enable=
SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
setenv =
{[testenv]setenv}
{[testenv:pylint]setuptools_enable}
PROXY_URL=http://localhost:5002
deps =
-rdev_requirements.txt
Expand Down

0 comments on commit a07f7be

Please sign in to comment.