| commit | 12202958b8f7cb197747e2bd9d0c2b1a02667938 | [log] [tgz] |
|---|---|---|
| author | Alex Stephen <1325798+rambleraptor@users.noreply.github.com> | Wed Nov 12 04:32:38 2025 +0530 |
| committer | GitHub <noreply@github.com> | Tue Nov 11 15:02:38 2025 -0800 |
| tree | 6aea2fcd18ab8727970e6ea47c857584fc9b27d2 | |
| parent | 551fc5da4dee997e9d06090382495f9e397b37a4 [diff] |
Renable linter rule B024 (#2737)
<!--
Thanks for opening a pull request!
-->
Part of #2700
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
We're trying to re-enable all of the Ruff linter rules. B024 is
abstract-base-class-without-abstract-method
## Are these changes tested?
`make lint` and tests should still pass.
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.