isort and pl
This commit is contained in:
parent
249f421295
commit
566bc1d01d
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ indent-width = 4
|
|||
# Assume Python 3.10
|
||||
target-version = "py310"
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["I", "PL"]
|
||||
|
||||
[tool.ruff.format]
|
||||
# Like Black, use double quotes for strings.
|
||||
quote-style = "double"
|
||||
|
|
|
|||
Loading…
Reference in a new issue