isort and pl

This commit is contained in:
Jesse Bannon 2026-03-09 10:52:31 -07:00
parent 249f421295
commit 566bc1d01d

View file

@ -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"