-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run latest pylint-nautobot #3
base: develop
Are you sure you want to change the base?
Conversation
Any clue, where are Slack notifications sent? @cmsirbu 🙏 |
Right now, into the wrong channel I think :) That's used for pypi release notifications. |
run_command(context, " ".join(pylint_command)) | ||
return | ||
|
||
pip_and_pylint_command = ["pip install"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have to pip install
it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For our implementation, similar to pylint-django
, it's necessary to have the package installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I don't understand is why is this not installed by poetry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poetry install
doesn't allow to specify the GitHub as a package source, works with local pyproject.toml
only.
Closes Nan
What's Changed
invoke pylint
to run with the latestpylint-nautobot
.develop
with the latestpylint-nautobot
.