Restructure foe 2 main providers and tools conversion

This commit is contained in:
2025-02-26 19:51:49 +00:00
parent a8a3d6d1a1
commit 3904bfc644
13 changed files with 1126 additions and 100 deletions

View File

@@ -68,7 +68,8 @@ lint.select = [
lint.ignore = [
"C416", # Unnecessary list comprehension - rewrite as a generator expression
"C408", # Unnecessary `dict` call - rewrite as a literal
"ISC001" # Single line implicit string concatenation
"ISC001", # Single line implicit string concatenation
"C901"
]
lint.fixable = ["ALL"]