We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002188d commit 9536079Copy full SHA for 9536079
README.md
@@ -25,6 +25,9 @@ repos:
25
# - it either
26
# (a) makes changes to files within the repo, outputs a commit message to stdout, and exits with code 0
27
# (b) exits with a nonzero exit code
28
+
29
+# Basepath to prepend temp directories. Not including this option is okay and the program will assume ""
30
+base_path: "path/to/prepend/tmpdir"
31
change_cmds:
32
# command paths can either be absolute paths, or paths relative to the configuration file.
33
- path: "/path/to/the/program"
0 commit comments