-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule
Description
xx.aa is a non-existent path, ruff indeed cannot resolve to this path, but did not give any hint.
I don't know the specific rules of grammar detection, but I think this is a feature that can be supported?
Thanks!
- A minimal code snippet that reproduces the bug.
from xx.aa import Config
Config()
- The command you invoked (e.g.,
ruff /path/to/file.py --fix), ideally including the--isolatedflag.
ruff check .
-
The current Ruff settings (any relevant sections from your
pyproject.toml).
none -
The current Ruff version (
ruff --version).
ruff 0.0.282
a1d4r, agusdmb, daeh and Malkiz223
Metadata
Metadata
Assignees
Labels
ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule