build: set up project for bulkgen
This commit is contained in:
commit
4fd7f94db3
10 changed files with 707 additions and 0 deletions
18
devenv.nix
Normal file
18
devenv.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
languages = {
|
||||
python = {
|
||||
enable = true;
|
||||
uv.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
git-hooks.hooks = {
|
||||
pyright.enable = true;
|
||||
ruff.enable = true;
|
||||
ruff-format.enable = true;
|
||||
commitizen.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue