Restructure foe 2 main providers and tools conversion
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user