MaartenGr / KeyBERT

Minimal keyword extraction with BERT
https://MaartenGr.github.io/KeyBERT/
MIT License
3.31k stars 336 forks source link

pre-commit-hooks: replace black and flake8 #232

Open afuetterer opened 3 weeks ago

afuetterer commented 3 weeks ago

Would you like to change black and flake8 to ruff-format and ruff-lint in your pre-commit-config.yaml?

See https://github.com/MaartenGr/BERTopic/pull/2033

MaartenGr commented 2 weeks ago

Yes! If possible, maintaining similar formats between packages would be preferred as both packages share a similar user base.

afuetterer commented 2 weeks ago

Alright, let me propose a PR then. Will do that soon.