started operations

This commit is contained in:
John Lancaster
2026-02-21 14:44:45 -06:00
parent 8ec77b51fe
commit b2b90555c2
5 changed files with 67 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ select = [
"SIM", # flake8-simplify
]
extend-fixable = ["ALL"]
ignore = ["UP046"]
ignore = ["UP046", "UP047"]
[tool.ruff.lint.isort]
known-first-party = ["daglib"]