-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust primary programming language skore repo #415
Comments
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: