1
Fork 0

ci: configure pre-commit hooks

This commit is contained in:
Tibo De Peuter 2026-03-21 16:35:42 +01:00
parent e18ee3bb73
commit 1d8db987da
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 125 additions and 1 deletions

View file

@ -29,6 +29,10 @@
# Editor of your choice
(nix-jetbrains-plugins.lib.buildIdeWithPlugins pkgs "pycharm" pluginList)
];
shellHook = ''
uv run pre-commit install
'';
};
});
}