mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
✨ Auto Release
This commit is contained in:
committed by
Nikhil Badyal
parent
6dd960b147
commit
837395091a
+2
-1
@@ -15,7 +15,8 @@ ignore = [
|
||||
"TRY301", #raise-within-try
|
||||
"PERF203", #try-except-in-loop
|
||||
"UP004", #useless-object-inheritance
|
||||
"PLR0911" #too many returns
|
||||
"PLR0911", #too many returns
|
||||
"S310" # Audit URL open for permitted schemes.
|
||||
]
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "numpy"
|
||||
|
||||
Reference in New Issue
Block a user