ruff: add S linter

this mostly adds a timeout=60 to all requests

this does mainly wants a timeout to all requests functions, since when
left out they hang infinitly.
I added a timeout of 60s, which is probably way too high, but since
before this there was none, I guess it's an improvement?
This commit is contained in:
Marcel Hellwig
2026-01-04 14:49:05 +01:00
parent 1857cf501c
commit 5368cad77a
13 changed files with 35 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ extend-select = [
"PGH", "PT", "PYI",
"Q",
"RUF",
"SLOT",
"S", "SLOT",
"T10", "TD", "TID",
"W",
"YTT"