Added pre-commit hooks

This commit is contained in:
Michele Cereda
2022-04-24 15:27:47 +02:00
parent e2f2dbfec8
commit 8a255d17fe
12 changed files with 35 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ Creates a unique temporary file or directory and returns the absolute path to it
# create an empty temporary file
mktemp
# create an empty temporary directory
# create an empty temporary directory
mktemp -d
# create an empty temporary file or directory with a random templated name