flake/dev/formatting: run ruff format in isolated mode

This commit is contained in:
Gaetan Lepage 2024-07-11 14:44:16 +02:00 committed by Gaétan Lepage
parent 123c102a13
commit ca01a644ef

View file

@ -49,6 +49,7 @@
"**.svg"
"**/man/*.5"
];
formatter.ruff-format.options = [ "--isolated" ];
};
};
}