File size: 267 Bytes
2d9cd06
 
 
 
 
 
 
 
 
 
21d3461
1
2
3
4
5
6
7
8
9
10
11
repos:
  - repo: https://github.com/pycqa/isort
    rev: 5.12.0
    hooks:
      - id: isort
        args: ["--profile", "black", "--filter-files"]
  - repo: https://github.com/psf/black
    rev: 22.6.0
    hooks:
      - id: black-jupyter
        args: ["--preview"]