workos 0.8.0

Rust SDK for interacting with the WorkOS API.
Documentation
repos:
    - repo: https://github.com/pre-commit/mirrors-prettier
      rev: v3.1.0
      hooks:
          - id: prettier
            language: node
            additional_dependencies:
                - prettier@^3.6.2

    - repo: https://github.com/doublify/pre-commit-rust
      rev: v1.0
      hooks:
          - id: fmt
          - id: clippy
            args: ['--all-targets', '--all-features', '--', '-D', 'warnings']

    - repo: https://github.com/EmbarkStudios/cargo-deny
      rev: 0.18.9
      hooks:
          - id: cargo-deny

    # - repo: https://github.com/bnjbvr/cargo-machete
    #   rev: ba1bcd4
    #   hooks:
    #       - id: cargo-machete
    - repo: local
      hooks:
          - id: cargo-machete
            name: cargo-machete
            language: rust
            entry: cargo machete
            args: ['--with-metadata']
            types: [file, toml]
            files: Cargo\.(toml|lock)
            pass_filenames: false

    - repo: https://github.com/DevinR528/cargo-sort
      rev: v2.0.2
      hooks:
          - id: cargo-sort
            args: ['--workspace']