Update Ruff configuration options

- Enabled formatting with Ruff
- Kept existing settings for running on save and server usage
This commit is contained in:
Jonathon Broughton
2025-03-25 00:11:17 +00:00
parent 5295f8165d
commit fe80f95a19
+1
View File
@@ -2,6 +2,7 @@
<project version="4">
<component name="RuffConfigService">
<option name="runRuffOnSave" value="true" />
<option name="useRuffFormat" value="true" />
<option name="useRuffServer" value="true" />
</component>
</project>