project updates

This commit is contained in:
John Lancaster
2026-02-21 10:11:04 -06:00
parent b23a331953
commit 81b7b2650f
5 changed files with 35 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ select = [
"C4", # flake8-comprehensions
"SIM", # flake8-simplify
]
ignore = []
ignore = ["UP046"]
[tool.ruff.lint.isort]
known-first-party = ["daglib"]