We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc69436 commit e604eddCopy full SHA for e604edd
2 files changed
.pre-commit-config.yaml
@@ -38,8 +38,10 @@ repos:
38
hooks:
39
- id: validate-pyproject
40
additional_dependencies: ["validate-pyproject-schema-store[all]"]
41
- - repo: https://github.com/facebook/pyrefly-pre-commit
42
- rev: 0.0.1
+ - repo: local
43
44
- id: pyrefly-typecheck-system
+ name: pyrefly-typecheck-system
45
+ entry: uv run pyrefly check
46
+ language: system
47
pass_filenames: false
README.md
@@ -429,10 +429,10 @@ uv sync --dev
429
pre-commit install
430
431
# Check types
432
-pyrefly check --summarize-errors
+uv run pyrefly check --summarize-errors
433
434
# Run tests that don't require GPUs
435
-pytest -vrs
+uv run pytest -vrs
436
```
437
438
### Hugging Face
0 commit comments