chore: add ruff python linter
This commit is contained in:
parent
15479c4978
commit
c286ab80a6
2 changed files with 8 additions and 1 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -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
6
py/ruff.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
line-length = 88
|
||||
indent-width = 4
|
||||
|
||||
[format]
|
||||
quote-style = "double"
|
||||
indent-style = "space"
|
Loading…
Add table
Add a link
Reference in a new issue