Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from ddellspe/readme_updates
Browse files Browse the repository at this point in the history
Update readme formatting
  • Loading branch information
asottile committed Oct 2, 2021
2 parents 5441be1 + a02f11f commit 231fe16
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
@@ -1,5 +1,5 @@
yapf mirror
=============
===========

Mirror of yapf package for pre-commit.

Expand All @@ -11,8 +11,9 @@ For yapf: see https://github.com/google/yapf
### Using yapf with pre-commit

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
```yaml
- repo: https://github.com/pre-commit/mirrors-yapf
rev: '' # Use the sha / tag you want to point at
hooks:
- id: yapf
```

0 comments on commit 231fe16

Please sign in to comment.