ci: configure pre-commit hooks
This commit is contained in:
parent
e18ee3bb73
commit
1d8db987da
6 changed files with 125 additions and 1 deletions
|
|
@ -29,6 +29,10 @@
|
|||
# Editor of your choice
|
||||
(nix-jetbrains-plugins.lib.buildIdeWithPlugins pkgs "pycharm" pluginList)
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
uv run pre-commit install
|
||||
'';
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue