makefile 210 B

123456789
  1. pre-commit-install:
  2. pre-commit install;
  3. pre-commit install --hook-type commit-msg;
  4. update-template:
  5. copier update --trust
  6. cspell-filenames:
  7. git ls-files | cspell stdin --show-context --locale en-GB,de-CH