[project] name = "anychat" version = "0.1.0" description = "" readme = "README.md" requires-python = ">=3.10" dependencies = [ "gradio>=5.0.0", "huggingface-hub>=0.30.0", "modelscope-studio>=1.2.0", ] [tool.uv.sources] [tool.ruff] line-length = 119 [tool.ruff.lint] select = [ "E", "F", #"I", "N", "S", "T", "UP", "W", ] ignore = ["T201"] unfixable = [ "F401", # unused-import ] [tool.ruff.format] docstring-code-format = true