project updates
This commit is contained in:
@@ -53,7 +53,7 @@ select = [
|
||||
"C4", # flake8-comprehensions
|
||||
"SIM", # flake8-simplify
|
||||
]
|
||||
ignore = []
|
||||
ignore = ["UP046"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["daglib"]
|
||||
|
||||
Reference in New Issue
Block a user