flake: format + lint python with "ruff"

This commit is contained in:
Matt Sturgeon 2024-07-08 16:13:12 +01:00 committed by GaetanLepage
parent 7c02148e68
commit b310affef3

View file

@ -28,6 +28,10 @@
enable = true;
excludes = [ "**.md" ];
};
ruff = {
check = true;
format = true;
};
statix.enable = true;
};