Added google drive downloader (#359)

This commit is contained in:
Nikhil Badyal
2023-08-31 11:46:23 +05:30
committed by GitHub
parent e2983d5b39
commit 6c0da4e45b
7 changed files with 48 additions and 4 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ ignore = [
"PTH122", #os-path-splitext
"TRY301", #raise-within-try
"PERF203", #try-except-in-loop
"UP004" #useless-object-inheritance
"UP004", #useless-object-inheritance
"PLR0911" #too many returns
]
fix = true
show-fixes = true