diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 332669184eb3..f438719ca7b0 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -42,6 +42,7 @@ benchmark = [ ] docs = ["pdoc"] test = ["pytest", "python-dotenv", "pytest-asyncio"] +lint = ["ruff"] [project.urls] Documentation = "https://opendal.apache.org/docs/python/opendal.html"