.pre-commit-config.yaml 179 Bytes
Newer Older
one's avatar
one committed
1
files: ^projects/hytop/
one's avatar
one committed
2
3
4
5
6
7
8
repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.15.0
    hooks:
      - id: ruff
        args: [ --fix ]
      - id: ruff-format