RoboTwin / .pre-commit-config.yaml
Fxxkrobotics's picture
Add files using upload-large-folder tool
a15d286 verified
raw
history blame contribute delete
348 Bytes
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.13.2
hooks:
- id: isort
name: isort (python)