.pre-commit-config.yaml 177 Bytes
Newer Older
zhyncs's avatar
zhyncs committed
1
2
3
4
5
6
7
8
9
repos:
  - repo: https://github.com/PyCQA/isort
    rev: 5.13.2
    hooks:
      - id: isort
  - repo: https://github.com/psf/black
    rev: stable
    hooks:
      - id: black