Add the global Ruff path for PyCharm

This commit is contained in:
Ryszard Knop 2024-11-08 22:04:10 +01:00
parent 9b019463b0
commit a321912d18

1
.idea/ruff.xml generated
View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RuffConfigService">
<option name="globalRuffExecutablePath" value="/usr/bin/ruff" />
<option name="globalRuffLspExecutablePath" value="/usr/bin/ruff" />
</component>
</project>