Skip to content

Commit 3e31e81

Browse files
committed
prep 0.2
1 parent f781c59 commit 3e31e81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: pyrefly
22
name: pyrefly
33
description: 'pyrefly type checking'
4-
entry: pyrefly
4+
entry: pyrefly check
55
language: python
66
'types_or': [python, pyi]
77
args: []

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This repository contains pre-commit hooks for pyrefly.
66

77
```yaml
88
- repo: https://github.com/UserNobody14/pyrefly-precommit
9-
rev: '0.0.1'
9+
rev: '0.0.2'
1010
hooks:
1111
- id: pyrefly
12-
args: ["check", "--python-interpreter", ".venv/bin/python3"]
12+
args: ["--python-interpreter", ".venv/bin/python3"]
1313
```
1414
1515
## Usage

0 commit comments

Comments
 (0)