torc 0.14.1

Workflow management system
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.3.0
    hooks:
      - id: trailing-whitespace
      - id: end-of-file-fixer
      - id: check-added-large-files
        args: ["--maxkb=50000"]

  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.1.8
    hooks:
      - id: ruff
        args: [ --fix ]
      - id: ruff-format

  #- repo: https://github.com/pre-commit/mirrors-mypy
  #  rev: v1.8.0
  #  hooks:
  #  - id: mypy


exclude: "(torc_client/torc/openapi_client/.*)|(julia/julia_client/.*)"