mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 03:50:35 +00:00
feat(python): add ruff linter and formatter configuration
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "W", "I", "UP", "B", "SIM", "C4"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
Reference in New Issue
Block a user