-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Fix pre-commit hook by fixing type-checker issues
python-sc2/.pre-commit-config.yaml
Lines 53 to 59 in 188f366
| # TODO Fix issues | |
| # - id: pyrefly | |
| # name: Static types checking with pyrefly | |
| # stages: [push] | |
| # language: system | |
| # entry: uv run pyrefly check | |
| # pass_filenames: false |
The checked folders can be edited here
Lines 89 to 90 in 188f366
| [tool.pyrefly] | |
| project_includes = ["sc2", "examples", "test"] |
Run type-checker via
uv run pyrefly check
Tasks remaining:
-
/sc2/ -
/examples/ -
/test/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request