# Copyright (c) 2024, NVIDIA CORPORATION.

repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.6.4
    hooks:
      - id: ruff
        args: [--fix, --show-fixes]
      - id: ruff-format

default_language_version:
      python: python3