Skip to content

Commit dc18468

Browse files
committed
feat(pre-commit): add pyrefly to pre-commit config
1 parent fd1adaf commit dc18468

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@ repos:
2222
args: []
2323
require_serial: true
2424
additional_dependencies: []
25-
minimum_pre_commit_version: "2.9.2"
25+
minimum_pre_commit_version: "2.9.2"
26+
- repo: https://github.com/facebook/pyrefly-pre-commit
27+
rev: 0.46.0
28+
hooks:
29+
- id: pyrefly-check
30+
name: Pyrefly (type checking)
31+
pass_filenames: false
32+
language: system

0 commit comments

Comments
 (0)