File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ ghsecrets repo="cameronraysmith/python-nix-template":
49
49
@ echo
50
50
PAGER=cat gh secret list --repo={{ repo }}
51
51
52
+ # Run pre-commit hooks (see pre-commit.nix and note the yaml is git-ignored)
53
+ [group (' CI/CD' )]
54
+ pre-commit :
55
+ pre-commit run --all-files
56
+
52
57
## Conda package
53
58
54
59
# Package commands (conda)
@@ -279,7 +284,7 @@ check-secrets:
279
284
# Initialize new project from template
280
285
[group (' template' )]
281
286
template-init :
282
- echo " Use: nix --accept-flake-config run github:juspay/omnix -- init github:sciexp /python-nix-template -o ~/my -python-project"
287
+ echo " Use: nix --accept-flake-config run github:juspay/omnix -- init github:cameronraysmith /python-nix-template -o new -python-project"
283
288
284
289
# Verify template functionality by creating and checking a test project
285
290
[group (' template' )]
You can’t perform that action at this time.
0 commit comments