AlenkaF commented on code in PR #14662:
URL: https://github.com/apache/arrow/pull/14662#discussion_r1129035166
##########
.pre-commit-config.yaml:
##########
@@ -47,3 +47,8 @@ repos:
- python
exclude: vendored
args: [--config, python/setup.cfg]
+ - repo: https://github.com/MarcoGorelli/cython-lint
+ rev: v0.12.4
+ hooks:
+ - id: cython-lint
+ args: [--max-line-length=120]
Review Comment:
I think that is fine 👍
I would suggest to open an issue to update the 88 limit as a follow up so
that it can be tracked and we do not forget to do that at some point.
--
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]