xfu314's picture
Add phantom project with submodules and dependencies
96da58e
repos:
- repo: https://github.com/psf/black
rev: 22.10.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)