v0.2.0
Added
- Add two pre-commit hooks:
check-headersandupdate-headers.
Changed
-
Allow template literals in the config file using the
templatekey.
Paths to template files can be defined in thetemplate_pathkey. -
When no configuration file is specified,
.chipshot.tomlwill be loaded first (if it exists).
pyproject.tomlwill still be loaded as a fallback if.chipshot.tomldoesn't exist. -
Rename the
--debugflag to--verbose.
Documentation
- Add initial documentation.