The python Hatch builder command *hatch fix* uses an internal ruff rule configuration. This [config](https://hatch.pypa.io/1.12/config/internal/static-analysis/#selected-rules) is extremely verbose. I'd like to configure *ruff-vscode* so that it mirrors the linting rules applied by hatch. I there currently a way to do this?