.pre-commit-config.yaml 204 Bytes
Newer Older
Aarni Koskela's avatar
Aarni Koskela committed
1
2
3
4
5
6
7
8
repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.1.15
    hooks:
      - id: ruff
        args:
          - --fix
      # - id: ruff-format  # TODO: enable when the time is right