Skip to content
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

tools need to be able to shadow others #2

Open
ssbarnea opened this issue Jun 8, 2020 · 0 comments
Open

tools need to be able to shadow others #2

ssbarnea opened this issue Jun 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ssbarnea
Copy link
Member

ssbarnea commented Jun 8, 2020

While the tool detection can easily identify all tools used inside a repository we need a way to avoid running same tasks twice.

Example one

pre-commit can also be called as standalone, from inside tox or even from a Makefile. We do not want to endup running it three times.

Implementing heuristics on this can help but I am afraid they will never be able to be perfect, so it may be better to just ignore duplicated ones via config items.

@ssbarnea ssbarnea changed the title tools neede to be able to shadow others tools need to be able to shadow others Mar 15, 2021
@ssbarnea ssbarnea added the enhancement New feature or request label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant