1
0
forked from Mirrors/itch-dl

Add Ruff linting configs, fix reported warnings

This commit is contained in:
Ryszard Knop
2024-03-17 01:15:04 +01:00
parent d05bfe3164
commit 25ace8f358
4 changed files with 18 additions and 5 deletions

6
.idea/ruff.xml generated Normal file
View File

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