OmniGibson/.pre-commit-config.yaml

11 lines
269 B
YAML
Raw Normal View History

2021-07-16 15:11:32 +08:00
repos:
2024-03-21 06:32:46 +08:00
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
2021-07-16 15:11:32 +08:00
hooks:
- id: black
2024-03-21 06:32:46 +08:00
language_version: python3.10
# - repo: https://github.com/pycqa/isort
# rev: 5.8.0
# hooks:
# - id: isort
# name: isort (python)