Fokko commented on code in PR #1485:
URL: https://github.com/apache/iceberg-python/pull/1485#discussion_r1903356546
##########
.pre-commit-config.yaml:
##########
@@ -28,26 +28,19 @@ repos:
- id: check-yaml
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
- # Ruff version (Used for linting)
- rev: v0.7.4
+ rev: v0.8.6
hooks:
- id: ruff
- args: [ --fix, --exit-non-zero-on-fix, --preview ]
Review Comment:
I agree with removing `--preview`: https://docs.astral.sh/ruff/preview/
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]