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.
-->
3 files changed
tree: 6aea2fcd18ab8727970e6ea47c857584fc9b27d2
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .codespellrc
  9. .gitignore
  10. .markdownlint.yaml
  11. .pre-commit-config.yaml
  12. LICENSE
  13. Makefile
  14. MANIFEST.in
  15. NOTICE
  16. pyproject.toml
  17. README.md
  18. ruff.toml
  19. setup.py
  20. uv.lock
README.md

Iceberg Python

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/.

Get in Touch