Fokko commented on code in PR #1485: URL: https://github.com/apache/iceberg-python/pull/1485#discussion_r1903356460
########## .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 think we have the `--exit-non-zero-on-fix` in there for the CI -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org