.pre-commit-config.yaml 226 Bytes
Newer Older
raojy's avatar
first  
raojy committed
1
2
3
4
5
6
7
8
9
10
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  # Ruff version.
  rev: v0.14.4
  hooks:
    # Run the linter.
    - id: ruff-check
      args: [ --fix, --select, I ]
    # Run the formatter.
    - id: ruff-format