lint: apply manual ruff cleanup (non-preview files)

This commit is contained in:
2026-04-26 06:16:42 +00:00
parent 18ee0f3f56
commit 942b54d795
29 changed files with 169 additions and 223 deletions
+1 -2
View File
@@ -9,13 +9,12 @@ from sanic import Sanic
from cista import config, watching
from cista.fileserver import bp as fileserver_bp
from cista.protocol import FileEntry
_DAV_NS = "DAV:"
_METHODS = ("MKCOL", "MOVE", "COPY", "PROPFIND")
@pytest.fixture()
@pytest.fixture
def setup_storage(tmp_path: Path):
config.config = config.Config(path=tmp_path, listen=":0", public=True)
watching.state.root = []