opeco17 / poetry-audit-plugin

Poetry plugin for checking vulnerabilities in dependencies 🚀
MIT License
20 stars 7 forks source link

feat: add pre-commit hook configuration to be used by other repositories #24

Closed samuelmahr closed 3 months ago

samuelmahr commented 3 months ago

Hi @opeco17, I was looking to use this package and thought a pre-commit hook would be useful. This change is be based on poetry-plugin-export's pre-commit hook configuration

Here's additional information on creating pre-commit hooks and the configuration

opeco17 commented 3 months ago

Hi @samuelmahr Thank you for creating PR It looks good to me