Skip to content

v0.2.0

Choose a tag to compare

@kurtmckee kurtmckee released this 28 Nov 15:41
· 162 commits to main since this release
v0.2.0
7ed3b96

Added

  • Add two pre-commit hooks: check-headers and update-headers.

Changed

  • Allow template literals in the config file using the template key.
    Paths to template files can be defined in the template_path key.

  • When no configuration file is specified, .chipshot.toml will be loaded first (if it exists).
    pyproject.toml will still be loaded as a fallback if .chipshot.toml doesn't exist.

  • Rename the --debug flag to --verbose.

Documentation

  • Add initial documentation.