Ruff format with defaults.

This commit is contained in:
erinhmclark
2025-03-10 18:44:54 +00:00
parent cbb0414e5f
commit 85abe1837a
155 changed files with 2539 additions and 1908 deletions

View File

@@ -98,6 +98,9 @@ line-length = 120
[tool.ruff.lint]
#add bugbear?
# I : isort
# UP : upgrade, e.g. use fstrings
# ANN : annotations
#extend-select = ["B"]
# E701 - multiple statements on one line (I vote to keep this but I notice it's used quite a lot!)