Kasper Zutterman
Kasper Zutterman
Ah I see, I am unable to check if it runs without ```sudo``` on my Windows machine, unfortunately.
I've created the following [pull request](https://github.com/lokl-dev/go/pull/9) in the correct [repo](https://github.com/lokl-dev/go). Hope the solution is sufficient.
I have the same issue running inside a bitnami docker container, for release 6.6.22 and 6.6.23
Running ```composer install``` in the folder: ```/home/g6/public_html/wp-content/plugins/static-html-output-master/``` solved the issue for me.
You can use something like `grep -r "quotes" --include="system.md" ~/.config/fabric/patterns/*` to list all references to `quotes` in the available patterns. Extract: ``` ~/.config/fabric/patterns/extract_extraordinary_claims/system.md:- Output a full list of the claims...
Perhaps a third [importStrategy](https://docs.astral.sh/ruff/editors/settings/#importstrategy) as mentioned by this issue would help fix this: https://github.com/astral-sh/ruff-vscode/issues/655
I would say the issue consists of 2 parts: 1. If no `required-version` match is found, the configuration should still be used when ruff emits an error but keeps linting/formatting....
@dhruvmanila I would argue this ticket is a bug, as the [required-version](https://docs.astral.sh/ruff/settings/#required-version) documentation states: > If the version of Ruff does not meet the requirement, Ruff will exit with an...