indoyoon

Results 1 issues of indoyoon

### Describe the Bug Hi, I would like to apply those rules: ```toml [tool.pyrefly] project_includes = ["src1", "src2"] project_excludes = ["**/.[!/.]*", "**/*venv/**", "tests"] ``` however, running `pyrefly check` still checks...