rustpython-unparser 0.2.6

A complete unparser for RustPython ASTs
Documentation
repos:
  - repo: https://code.forgejo.org/forgejo/runner
    rev: v11.1.1
    hooks:
      - id: forgejo-runner-validate
  - repo: https://github.com/AndrejOrsula/pre-commit-cargo
    rev: "0.5.0"
    hooks:
      - id: cargo-fix
      - id: cargo-fmt
  - repo: https://github.com/jvllmr/pre-commit-prettier
    rev: v3.5.3
    hooks:
      - id: prettier
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: "v0.9.9"
    hooks:
      - id: ruff
        args:
          - --fix
      - id: ruff-format