Replies: 1 comment 2 replies
-
That's maintenance joy.... Lucky this kind of changes (like removal of an extra) do not appear so often. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pre-commit
clones this repo and runspip install .[community]
according to this. After merging this there is nocommunity
extras. As a result, I see failures likesyntax-check: couldn't resolve module/action 'community.docker.docker_login'
.What about defining a
pre-commit
extra instead of a previously existingcommunity
one to install Ansible again?Or is there a better solution?
Also, it would be great to add a CI job (I can do that) with a setup for this case.
It took me several hours to understand where the problem is (how
pre-commit
installs hooks, whyansible-lint
has version0.1.dev1
instead ofv6.3.0
in venv 🤯 due to some bug insetuptools-scm
and so on) 😰Beta Was this translation helpful? Give feedback.
All reactions