You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the CI installs BERTopic itself including its several large dependencies just to lint to code base. This leads to a lint job, that runs ~2-3 minutes instead of a few seconds.
Your contribution
I would like to add a PR, if you like.
The text was updated successfully, but these errors were encountered:
Feature request
This is not a feature request for BERTopic itself, but for the build and CI setup.
I would like to propose to add a
.pre-commit-config.yaml
and useruff
via the pre-commit hook.We did this for
KeyBERT
already last year, see:What do you think?
Motivation
Right now the CI installs BERTopic itself including its several large dependencies just to lint to code base. This leads to a lint job, that runs ~2-3 minutes instead of a few seconds.
Your contribution
I would like to add a PR, if you like.
The text was updated successfully, but these errors were encountered: