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
For the record, acting as though we have no Vue code in our codebase is a strange way to address the issue that it's unclear that skore is primarily a Python project. I think this problem could be equally solved by being explicit in our README, e.g. having somewhere in the first few lines: "skore is a data science library for the Python ecosystem which includes a Python library and a Vue frontend application."
We would like to show users that skore is primarily a Python project (because this is what they might use as their working language).
As per linguist, here's a suggested configuration:
.gitattributes
file*.vue linguist-detectable=false
This should help bring Python as the main language.
Note, I have not been able to test it because I have not been able to install github-linguist.
The text was updated successfully, but these errors were encountered: