.pre-commit-config.yaml 237 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
7
8
9
repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    # Ruff version.
    rev: v0.3.5
    hooks:
      # These hooks are equivalent to running `make quality`
      - id: ruff
      - id: ruff-format
        args: [ --check ]