Is your feature request related to a problem? Please describe.
In the project I am currently working on, we all use PyCharm and share some of the IDE configurations (stored in the .idea
folder). We would like to share the configuration of the Ruff plugin but this is not possible currently as not all developers installed Python in the same way and the path of ruff executable is not the same for everyone and this path is written in the ruff.xml
configuration file.
Describe the solution you'd like
A way to share the ruff.xml
file with people that don't have the same path to ruff. Some ideas (I don't know if there are feasible):
$PYTHONHOME/bin/ruff
)Describe alternatives you've considered
Not having the path in the file works (the plugin auto-detects it probably) but from time to time (mostly when opening the Ruff plugin in the settings modal), the ruff.xml
file is modified to add the path which makes it cumbersome to the other people.
Additional context
None
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too