It would be desirable to change check-python-style so that we could run it on whatever Python project with visiumlint.
This issue is directly linked to the discussion that happened during this meeting: https://www.notion.so/visium/Python-stack-improvements-672f9b241f87475082da11fcf8fa4b9c?pvs=4
First proposed change
I think that what we mainly need to change is to not rely on pipenv to install visiumlint in the CI but rather to install it directly with pip.
Second proposed change
Another thing to change is to implement a pyproject.toml file in the CI that would overwrite the pyproject.toml file in from the project that is being checked.