Skip to content

Commit f781c59

Browse files
committed
readme updates
1 parent 7ac6fee commit f781c59

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ This repository contains pre-commit hooks for pyrefly.
44

55
## Installation
66

7+
```yaml
8+
- repo: https://github.com/UserNobody14/pyrefly-precommit
9+
rev: '0.0.1'
10+
hooks:
11+
- id: pyrefly
12+
args: ["check", "--python-interpreter", ".venv/bin/python3"]
13+
```
14+
15+
## Usage
16+
17+
```bash
18+
pre-commit run --all-files
19+
```

0 commit comments

Comments
 (0)