vet

Mirror of Vet, an AI code review tool
git clone git://git.laack.co/vet.git
Log | Files | Refs | README | LICENSE

.pre-commit-config.yaml (211B)


      1 repos:
      2   - repo: https://github.com/PyCQA/isort
      3     rev: 7.0.0
      4     hooks:
      5       - id: isort
      6   - repo: https://github.com/psf/black
      7     rev: 25.12.0
      8     hooks:
      9       - id: black
     10         args: [--line-length=120]