tvalentyn commented on code in PR #39411:
URL: https://github.com/apache/beam/pull/39411#discussion_r3631576511


##########
sdks/python/pyproject.toml:
##########
@@ -127,16 +76,19 @@ exclude = [
     "*.pxd",
     "*.pyx",
     "*pb2*.py",
+    "*.ipynb",
+    "**/*.ipynb",
     "**/examples/**/*.py",
     "**/examples/**/*.ipynb",
     "**/portability/api/**/*.py",
     "**/portability/api/__init__.py",
 ]
 target-version = "py310"
 src = ["apache_beam"]
+line-length = 120

Review Comment:
   this is not new change, is it? i noticed ruff didn't reformat lines longer 
than 80 characters recently.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to