Fix pre-commit hook by fixing type-checker issues
|
# 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
|
[tool.pyrefly] |
|
project_includes = ["sc2", "examples", "test"] |
Run type-checker via
uv run pyrefly check
Tasks remaining:
Fix pre-commit hook by fixing type-checker issues
python-sc2/.pre-commit-config.yaml
Lines 53 to 59 in 188f366
The checked folders can be edited here
python-sc2/pyproject.toml
Lines 89 to 90 in 188f366
Run type-checker via
uv run pyrefly checkTasks remaining:
/sc2//examples//test/