We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1adaf commit dc18468Copy full SHA for dc18468
.pre-commit-config.yaml
@@ -22,4 +22,11 @@ repos:
22
args: []
23
require_serial: true
24
additional_dependencies: []
25
- minimum_pre_commit_version: "2.9.2"
+ 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