use https://github.com/google/yapf directly now instead \o/
Mirror of yapf package for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For yapf: see https://github.com/google/yapf
Add this to your .pre-commit-config.yaml
:
- repo: https://github.com/pre-commit/mirrors-yapf
rev: '' # Use the sha / tag you want to point at
hooks:
- id: yapf