indoyoon

Results 5 comments of indoyoon

I highly doubt that because I am running Pyrefly from the terminal, and I even don't have Pyrefly Zed extension installed.

1. I have other rules like `replace_imports_with_any` and `[[tool.pyrefly.sub_config]]`. 2. Litterally `pyrefly check` is the whole thing I'm trying to use. `pyproject.toml` is located at the project's root, and I'm...

### 1 From `pyproject.toml` ``` "pyrefly==0.17.1", ``` ``` $ pyrefly --version pyrefly 0.17.1 ``` ### 2 ``` INFO Checking project configured at `/project/pyproject.toml` DEBUG Config is: {project_includes: [/project/**/*], project_excludes: [/project/**/.[!/.]*,...

Even if I remove all other settings, it is still the same. ```toml [build-system] requires = [ "setuptools~=80.0", "setuptools_scm~=8.0", ] [project] name="ds" authors = [ {name = "Team", email =...

I can confirm your solution is correct. But I have to admit that it is very confusing. Because misused errors (syntax error) is causing another problem, which is non`project_excludes` is...