chitralverma commented on code in PR #6086:
URL: https://github.com/apache/opendal/pull/6086#discussion_r2116454418


##########
bindings/python/pyproject.toml:
##########
@@ -70,8 +70,22 @@ cache-keys = [
   { file = "../../core/**/*.rs" },
 ]
 
+[tool.ruff]
+line-length = 88

Review Comment:
   [PEP-8](https://peps.python.org/pep-0008/#maximum-line-length) recommends 80 
chars and black/ [ruff](https://docs.astral.sh/ruff/settings/#line-length) uses 
88 by default, so I chose 88
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to