Fokko commented on code in PR #1485: URL: https://github.com/apache/iceberg-python/pull/1485#discussion_r1903352105
########## .pre-commit-config.yaml: ########## @@ -28,26 +28,22 @@ 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 + # Ruff version. + rev: v0.8.6 hooks: + # Run the linter. - id: ruff - args: [ --fix, --exit-non-zero-on-fix, --preview ] + args: [ --fix ] + # Run the formatter. - id: ruff-format - args: [ --preview ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.14.1 hooks: - id: mypy args: [--install-types, --non-interactive, --config=pyproject.toml] - - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 - hooks: - - id: pycln - args: [--config=pyproject.toml] Review Comment: Noice! -- 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