File size: 213 Bytes
65947b1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
repos:
  - repo: https://github.com/psf/black
    rev: 24.4.2
    hooks:
      - id: black
  - repo: https://github.com/pycqa/isort
    rev: 5.13.2
    hooks:
      - id: isort
        args: ["--profile", "black"]