nvuillam / github-dependents-info

Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badge
https://pypi.org/project/github-dependents-info/
MIT License
89 stars 6 forks source link

replace Megalinter with `pre-commit` bot #576

Open Borda opened 3 months ago

Borda commented 3 months ago

🚀 Feature Request

Utilize already defines processes and reduce duplications.

🔈 Motivation

There are these two linters:

Which eventually can be updated to do the same job, but overall, I would pre-commit more easily and widely used. Also, by installing a free pre-commit bot, you may bet fixing within the PR bu bot, which means that these files are again validated with your CI...

🛰 Alternatives

📎 Additional context

@nvuillam, I am happy to help if you would be interested

nvuillam commented 2 months ago

@Borda thanks for the help, but as creator and maintainer of MegaLinter I'm happy with it ^^

I used a python repo template that contains pre-commit, so I did not remove it, that's why there is some duplicate feature (and I agree with you it's not so nice ^^ )