IBYDMT / .pre-commit-config.yaml
jacopoteneggi's picture
Update
21d3461 verified
raw
history blame contribute delete
267 Bytes
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"]