chore: add ruff python linter

This commit is contained in:
Kim, Jimin 2024-05-04 20:12:57 +09:00
parent 15479c4978
commit c286ab80a6
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,7 @@
"13xforever.language-x86-64-assembly",
"skellock.just",
"james-yu.latex-workshop",
"golang.go"
"golang.go",
"charliermarsh.ruff"
]
}

6
py/ruff.toml Normal file
View file

@ -0,0 +1,6 @@
line-length = 88
indent-width = 4
[format]
quote-style = "double"
indent-style = "space"