How to choose settings file? #3399
-
Hi,
In local machine, when I run ruff from I don't have any idea what is the issue, so I tried to manually set setting file, but I didn't found any option to do this like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah, you can pass the file directly via |
Beta Was this translation helpful? Give feedback.
Yeah, you can pass the file directly via
ruff check --config /path/to/ruff.toml
, which takes the path to the configuration file. I would expect what you have there to work, though, as long as everything is being copied over including the configuration file.