archive-to-parquet 0.8.0

Recursively convert archives to parquet files
Documentation
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v5.0.0
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace
  - repo: local
    hooks:
      - id: rustfmt
        name: rustfmt
        entry: mise run rustfmt
        pass_filenames: false
        language: system
      - id: clippy
        name: clippy
        entry: mise run clippy
        pass_filenames: false
        language: system