-
Fixed removing trees on windows. 98aa8e1
-
Fixed parseurl with windows path. 9d14ae4
Was making the drive letter the scheme.
-
Fixed test PyPI upload. 7c59fc2
-
Fixed missing checkout in workflows. 95c9040
-
Fixed a typo in the workflows. aa8aed7
-
Fixed docstrings and doc rendering. 42f0392
-
Fixed cookiecutter update incompatibilities. 9132c3c
- fixed version to 2.6.0
- fixed outdated requirements management
-
Bump aiohttp from 3.9.2 to 3.9.4 in /requirements. 9eb6f0c
Bumps aiohttp from 3.9.2 to 3.9.4.
updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
Bump idna from 3.4 to 3.7 in /requirements. 61297b5
Bumps idna from 3.4 to 3.7.
updated-dependencies: - dependency-name: idna dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
Bump tqdm from 4.66.1 to 4.66.3 in /requirements. 94421a6
Bumps tqdm from 4.66.1 to 4.66.3.
updated-dependencies: - dependency-name: tqdm dependency-type: direct:development
signed-off-by: dependabot[bot] [email protected]
-
Bump orjson from 3.9.9 to 3.9.15 in /requirements. ff8a8d6
Bumps orjson from 3.9.9 to 3.9.15.
updated-dependencies: - dependency-name: orjson dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 8a67e75
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.2
-
[pre-commit.ci] pre-commit autoupdate. e610733
updates: - github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.5
-
Migrated docs to use MkDocs. b4e7b57
- Updated the GitHub workflows. 68a8602
-
Fixed linting. 94a4b7a
-
Fixed doc generation. ce88c23
-
Fixed local git repo resolution. 115ed5f
-
Fixed dev versioning config. 6299c11
-
Fixed git worktree issue. e27636c
- uses the correct git command depending on the parameters passed.
-
Fixed missing commit sha in test. c9997be
-
Fixed error handling with patching. f35864d
-
Fixed Exception handling for click. c481ad7
-
Fixed _copy_without_render bug. 4edc4bf
-
Fixed test type annotation. 4a4a7c0
-
Fixed rendering layers from previous commits. 0fefdbc
-
Fixed issue with generate_prompt_context. 4756660
-
Fixed issue with determining rendered layer names. 06bad39
Added
get_template_rendered_name
to proactively determine the name of the rendered template. -
Fixed resiliency issue with git template repos. a9bb80d
Provided better error checking for bad cached repos.
-
Fixed issue with relative paths in local files. 7f1b354
You can pass a local_path to use to resolve relative local paths for I/O and template determination.
-
Fixed data merge organization. 4bba0f4
- Moved data merge constants and functions from composition.py to data_merge.py
-
Added new workflow for versioning. 2232682
-
Added context managers for temporary copies. 90fa24c
-
Added convenience functions to the template classes. 0b62c44
-
Added interface to get template repositories. cf9ff4a
-
Added git template repositories. 02bf112
-
Added zipfile template repositories. 8190cb6
-
Added git shortcuts for cloning. 6ad76a3
-
[pre-commit.ci] pre-commit autoupdate. 86a2c04
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.2.0
-
Bump gitpython from 3.1.40 to 3.1.41 in /requirements. 119c786
Bumps gitpython from 3.1.40 to 3.1.41.
updated-dependencies: - dependency-name: gitpython dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
Bump jinja2 from 3.1.2 to 3.1.3 in /requirements. 100a239
Bumps jinja2 from 3.1.2 to 3.1.3.
updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
Bump aiohttp from 3.8.6 to 3.9.2 in /requirements. 4b2a9df
Bumps aiohttp from 3.8.6 to 3.9.2.
updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
Moved
get_context_for_layer
from utils.py to composition.py. 6641a91 -
Moved
get_template_name
tests. 1c0c054 -
[pre-commit.ci] pre-commit autoupdate. db151ef
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.290
-
[pre-commit.ci] pre-commit autoupdate. 7335d97
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292
-
Bump urllib3 from 2.0.4 to 2.0.7 in /requirements. 6f5dd07
Bumps urllib3 from 2.0.4 to 2.0.7.
updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 94b1833
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.1.3
-
[pre-commit.ci] pre-commit autoupdate. bc33fbd
updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit
-
Updated requirement lock files. 026cd2d
-
Updated pre-commit config. 57d6cff
-
Updated requirements. 8d83ba0
-
Updated tests. 5d3c51f
-
Renamed
zipfile_repo.unzip
tocache_source
. 60a2393 -
Updated commands to use refactored methods. 14d2781
-
Refactored (de)serialization and I/O methods into
io
module. 3c64a3e -
Refactored
layers
. e8af7d5- Integrated
Template
withLayerConfig
template
attribute is now aTemplate
instance- removed
directory
,checkout
,password
, andcommit
- renamed
context
toinitial_context
to distiguish it from theTemplate
's context
- Updated
RenderedLayer
to use templates- renamed
new_context
torendered_context
to better describe it. - renamed
latest_commit
torendered_commit
for better clarity - added
latest_commit
convenience function
- renamed
- Simplified
render_layer
using the new template functions
- Integrated
-
Removed get_latest_template_commit from git_commands. af84ff4
It is now part of the template repo
-
Updated requirements to use Pydantic 2. b24a158
-
Refactored layer context to fix #39. 300578f
-
Fix test coverage matrix. 5ef8815
-
Fix pre-commit from autofixing templates. 99e7dfb
-
Fixed typing hints. ff695e3
-
Added support for local extensions. 838f25c
-
Added
-o
and--output-dir
as an alias. 04f063dIt is now an alias for
-d
and--destination
-
Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks". 42d8704
This reverts commit 52772f1352d6130b2d6189bf632b26fb9732c13f.
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 52772f1
for more information, see https://pre-commit.ci
-
Migrated from setup.cfg to pyproject.toml. b3a39f0
-
Bump aiohttp from 3.8.3 to 3.8.5 in /requirements. 0392ef7
Bumps aiohttp from 3.8.3 to 3.8.5.
updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 83d1217
updates: - github.com/psf/black: 23.3.0 → 23.7.0
-
[pre-commit.ci] pre-commit autoupdate. c58fe42
updates: - github.com/psf/black: 23.3.0 → 23.7.0
- Added support for accepting hooks. 096dfcc
- Fixed a bug that reformatted files that should be overwritten. 3f0f7b5
- Fixed a bug where additional context wasn't passed to the composition. bd8b571
-
Bump markdown-it-py from 2.1.0 to 2.2.0 in /requirements. 65a4863
Bumps markdown-it-py from 2.1.0 to 2.2.0.
updated-dependencies: - dependency-name: markdown-it-py dependency-type: indirect
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 21eca93
updates: - github.com/psf/black: 23.1.0 → 23.3.0
-
Added relative directory support for compositions. 02fa5b8
- Template paths or URLs are resolved using the path to the composition file.
- Using an absolute path or URL as a template works as before
.
,..
, and relative paths (non-/
prefixed) are resolved withurllib.parse.urljoin
-
Modified CLI options and arguments. 02a4bf3
- The
output_dir
argument was moved to the--destination
option. - Added
CONTEXT_PARAMS
argument for initial context
- The
-
Removed checkout from first commit when linking. f2725ef
- The first commit was causing confusing issues and now a normal checkout is performed.
- Added
--version
option. 4b1b9e1
-
Switched to Codecov. c2fb125
-
[pre-commit.ci] pre-commit autoupdate. 1f5320a
updates: - github.com/pycqa/pydocstyle: 6.1.1 → 6.2.3
- Fixed YAML merge formatting. 7259919
-
Bump wheel from 0.37.1 to 0.38.1 in /requirements. cab9b8e
Bumps wheel from 0.37.1 to 0.38.1.
updated-dependencies: - dependency-name: wheel dependency-type: indirect
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 45e8596
updates: - github.com/PyCQA/isort: v5.11.3 → 5.11.4
-
[pre-commit.ci] pre-commit autoupdate. 550e0cb
updates: - github.com/PyCQA/isort: 5.10.1 → v5.11.3
- Fixed ability to merge a list of dicts in YAML. f3698ef
-
[pre-commit.ci] pre-commit autoupdate. 5b21a40
updates: - github.com/psf/black: 22.10.0 → 22.12.0
-
[pre-commit.ci] pre-commit autoupdate. 0f5c7a5
updates: - github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0
-
Change frozendict to immutabledict. 8edf699
-
Changed JSON library to orjson. c857a2f
- has better serialization capability and performance.
-
[pre-commit.ci] pre-commit autoupdate. a31eeef
updates: - github.com/psf/black: 22.8.0 → 22.10.0
- Added the link command to apply a composition to an existing project. 03f723e
-
Updated the update command to use
git diff
andgit apply
. d4bc14f -
Updated the project requirements. 0834e0b
-
Refactored getting a composition from an input. 2f8edfe
-
Added the update subcommand. 6696589
- Made the existing implementation idempotent
- Connected the update_cmd to the command line
-
Add very basic cli tests. c6482d4
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. e5425d5
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. dbfde0a
updates: - github.com/psf/black: 22.6.0 → 22.8.0
- Update cli.py. 5a50f14
-
Added subset of cookiecutter options to CLI. a66f17a
-
Added documentation images. 86113dc
-
Added template layer updating. 20c6fe3
-
Added layer naming convention. 5e61312
-
[pre-commit.ci] pre-commit autoupdate. e516a18
updates: - github.com/PyCQA/flake8: 4.0.1 → 5.0.4
-
[pre-commit.ci] pre-commit autoupdate. 3e6f695
updates: - github.com/psf/black: 22.3.0 → 22.6.0
- Fixed metadata's long description content type. 99470e9
- Created tests for the add command. 358e189
- Updated cc_override's tests. 5388df7
- Added badges to the readme. 9fdcad0
- Fixed minor issues with packaging tools. d0f49d4
-
Fixed add command requiring destination. 15cbd16
The destination of the add command is now optional and defaults to the current working directory.
-
Fixed error not writing commit to composition file. 8fd7bbe
-
Fixed handling remote compositions and git clones. ee142bd
-
Fixed a bug when two templates have
_copy_without_render
. 9e89347_copy_without_render
is template-specific and attempting to override it raises an error in cookiecutter. Now that key is deleted for the default context and full context when generating each layer. -
Fixed configurations. df365df
-
Added more github actions. 6bf5e54
-
Added ability to use previous templatee contexts in rendering defaults. fa6cb23
-
Added verbosity logging. 2081e30
-
Added pip-compile to pre-commit config. aae79f5
-
Added the "add" command to add a layer to a rendered template. 86f17cd
-
Added git commands. 291b9aa
- gitpython added as a prod requirement
- GitError raised when git command fails
- added functions encompassing key functionality
-
Added layer_name to RenderedLayer. 7f02db3
This allows for detection of multiple rendered directories, and proper writing of the composition file.
-
Added release tooling. d0646d3
-
Added code. ccc4745
-
Create python-publish.yml. 62830a3
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 2dae846
for more information, see https://pre-commit.ci
-
Excluding test fixtures from requirement fixing. 40293a9
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. b774ad1
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 5098fde
updates: - github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0
-
Switched from typer to click. d66f3f0
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 63f2d7d
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 8f6d661
updates: - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort
-
Migrated dependency management to pip-tools. 438c1a3
-
Vendored cookiecutter to use the latest version. e6540e7
-
Updated the readme. e997618
-
Updated the documentation. 8b59661
-
Updated pre-commit to allow multiple documents in YAML files. 3a3e578
-
Removed vendored cookiecutter and switched to released version. f5cd36a
-
Updated the error text when missing a git repo. 78507e9
-
Updated formatting for composition output. 9df7856
-
Updated the documentation to a new theme. 5f68737
-
Renamed _commands to commands. da6d4f5
-
Changed MergeStrategy from an Enum to constants. ef8b828
-
Changed dependency management. 4cf52ba
Uses pip-tools to compile and maintain dependency information.
-
Updated tests. 7c81df5
-
Fixed git worktree issue. e27636c
- uses the correct git command depending on the parameters passed.
-
Fixed missing commit sha in test. c9997be
-
Fixed error handling with patching. f35864d
-
Fixed Exception handling for click. c481ad7
-
Fixed _copy_without_render bug. 4edc4bf
-
Fixed test type annotation. 4a4a7c0
-
Fixed rendering layers from previous commits. 0fefdbc
-
Fixed issue with generate_prompt_context. 4756660
-
Fixed issue with determining rendered layer names. 06bad39
Added
get_template_rendered_name
to proactively determine the name of the rendered template. -
Fixed resiliency issue with git template repos. a9bb80d
Provided better error checking for bad cached repos.
-
Fixed issue with relative paths in local files. 7f1b354
You can pass a local_path to use to resolve relative local paths for I/O and template determination.
-
Fixed data merge organization. 4bba0f4
- Moved data merge constants and functions from composition.py to data_merge.py
-
Added new workflow for versioning. 2232682
-
Added context managers for temporary copies. 90fa24c
-
Added convenience functions to the template classes. 0b62c44
-
Added interface to get template repositories. cf9ff4a
-
Added git template repositories. 02bf112
-
Added zipfile template repositories. 8190cb6
-
Added git shortcuts for cloning. 6ad76a3
-
Moved
get_context_for_layer
from utils.py to composition.py. 6641a91 -
Moved
get_template_name
tests. 1c0c054 -
[pre-commit.ci] pre-commit autoupdate. db151ef
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.290
-
[pre-commit.ci] pre-commit autoupdate. 7335d97
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292
-
Bump urllib3 from 2.0.4 to 2.0.7 in /requirements. 6f5dd07
Bumps urllib3 from 2.0.4 to 2.0.7.
updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 94b1833
updates: - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.1.3
-
[pre-commit.ci] pre-commit autoupdate. bc33fbd
updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit
-
Updated requirement lock files. 026cd2d
-
Updated pre-commit config. 57d6cff
-
Updated requirements. 8d83ba0
-
Updated tests. 5d3c51f
-
Renamed
zipfile_repo.unzip
tocache_source
. 60a2393 -
Updated commands to use refactored methods. 14d2781
-
Refactored (de)serialization and I/O methods into
io
module. 3c64a3e -
Refactored
layers
. e8af7d5- Integrated
Template
withLayerConfig
template
attribute is now aTemplate
instance- removed
directory
,checkout
,password
, andcommit
- renamed
context
toinitial_context
to distiguish it from theTemplate
's context
- Updated
RenderedLayer
to use templates- renamed
new_context
torendered_context
to better describe it. - renamed
latest_commit
torendered_commit
for better clarity - added
latest_commit
convenience function
- renamed
- Simplified
render_layer
using the new template functions
- Integrated
-
Removed get_latest_template_commit from git_commands. af84ff4
It is now part of the template repo
-
Updated requirements to use Pydantic 2. b24a158
-
Refactored layer context to fix #39. 300578f
-
Fix test coverage matrix. 5ef8815
-
Fix pre-commit from autofixing templates. 99e7dfb
-
Fixed typing hints. ff695e3
-
Added support for local extensions. 838f25c
-
Added
-o
and--output-dir
as an alias. 04f063dIt is now an alias for
-d
and--destination
-
Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks". 42d8704
This reverts commit 52772f1352d6130b2d6189bf632b26fb9732c13f.
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 52772f1
for more information, see https://pre-commit.ci
-
Migrated from setup.cfg to pyproject.toml. b3a39f0
-
Bump aiohttp from 3.8.3 to 3.8.5 in /requirements. 0392ef7
Bumps aiohttp from 3.8.3 to 3.8.5.
updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 83d1217
updates: - github.com/psf/black: 23.3.0 → 23.7.0
-
[pre-commit.ci] pre-commit autoupdate. c58fe42
updates: - github.com/psf/black: 23.3.0 → 23.7.0
- Added support for accepting hooks. 096dfcc
- Fixed a bug that reformatted files that should be overwritten. 3f0f7b5
- Fixed a bug where additional context wasn't passed to the composition. bd8b571
-
Bump markdown-it-py from 2.1.0 to 2.2.0 in /requirements. 65a4863
Bumps markdown-it-py from 2.1.0 to 2.2.0.
updated-dependencies: - dependency-name: markdown-it-py dependency-type: indirect
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 21eca93
updates: - github.com/psf/black: 23.1.0 → 23.3.0
-
Added relative directory support for compositions. 02fa5b8
- Template paths or URLs are resolved using the path to the composition file.
- Using an absolute path or URL as a template works as before
.
,..
, and relative paths (non-/
prefixed) are resolved withurllib.parse.urljoin
-
Modified CLI options and arguments. 02a4bf3
- The
output_dir
argument was moved to the--destination
option. - Added
CONTEXT_PARAMS
argument for initial context
- The
-
Removed checkout from first commit when linking. f2725ef
- The first commit was causing confusing issues and now a normal checkout is performed.
- Added
--version
option. 4b1b9e1
-
Switched to Codecov. c2fb125
-
[pre-commit.ci] pre-commit autoupdate. 1f5320a
updates: - github.com/pycqa/pydocstyle: 6.1.1 → 6.2.3
- Fixed YAML merge formatting. 7259919
-
Bump wheel from 0.37.1 to 0.38.1 in /requirements. cab9b8e
Bumps wheel from 0.37.1 to 0.38.1.
updated-dependencies: - dependency-name: wheel dependency-type: indirect
signed-off-by: dependabot[bot] [email protected]
-
[pre-commit.ci] pre-commit autoupdate. 45e8596
updates: - github.com/PyCQA/isort: v5.11.3 → 5.11.4
-
[pre-commit.ci] pre-commit autoupdate. 550e0cb
updates: - github.com/PyCQA/isort: 5.10.1 → v5.11.3
- Fixed ability to merge a list of dicts in YAML. f3698ef
-
[pre-commit.ci] pre-commit autoupdate. 5b21a40
updates: - github.com/psf/black: 22.10.0 → 22.12.0
-
[pre-commit.ci] pre-commit autoupdate. 0f5c7a5
updates: - github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0
-
Change frozendict to immutabledict. 8edf699
-
Changed JSON library to orjson. c857a2f
- has better serialization capability and performance.
-
[pre-commit.ci] pre-commit autoupdate. a31eeef
updates: - github.com/psf/black: 22.8.0 → 22.10.0
- Added the link command to apply a composition to an existing project. 03f723e
-
Updated the update command to use
git diff
andgit apply
. d4bc14f -
Updated the project requirements. 0834e0b
-
Refactored getting a composition from an input. 2f8edfe
-
Added the update subcommand. 6696589
- Made the existing implementation idempotent
- Connected the update_cmd to the command line
-
Add very basic cli tests. c6482d4
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. e5425d5
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. dbfde0a
updates: - github.com/psf/black: 22.6.0 → 22.8.0
- Update cli.py. 5a50f14
-
Added subset of cookiecutter options to CLI. a66f17a
-
Added documentation images. 86113dc
-
Added template layer updating. 20c6fe3
-
Added layer naming convention. 5e61312
-
[pre-commit.ci] pre-commit autoupdate. e516a18
updates: - github.com/PyCQA/flake8: 4.0.1 → 5.0.4
-
[pre-commit.ci] pre-commit autoupdate. 3e6f695
updates: - github.com/psf/black: 22.3.0 → 22.6.0
- Fixed metadata's long description content type. 99470e9
- Created tests for the add command. 358e189
- Updated cc_override's tests. 5388df7
- Added badges to the readme. 9fdcad0
- Fixed minor issues with packaging tools. d0f49d4
-
Fixed add command requiring destination. 15cbd16
The destination of the add command is now optional and defaults to the current working directory.
-
Fixed error not writing commit to composition file. 8fd7bbe
-
Fixed handling remote compositions and git clones. ee142bd
-
Fixed a bug when two templates have
_copy_without_render
. 9e89347_copy_without_render
is template-specific and attempting to override it raises an error in cookiecutter. Now that key is deleted for the default context and full context when generating each layer. -
Fixed configurations. df365df
-
Added more github actions. 6bf5e54
-
Added ability to use previous templatee contexts in rendering defaults. fa6cb23
-
Added verbosity logging. 2081e30
-
Added pip-compile to pre-commit config. aae79f5
-
Added the "add" command to add a layer to a rendered template. 86f17cd
-
Added git commands. 291b9aa
- gitpython added as a prod requirement
- GitError raised when git command fails
- added functions encompassing key functionality
-
Added layer_name to RenderedLayer. 7f02db3
This allows for detection of multiple rendered directories, and proper writing of the composition file.
-
Added release tooling. d0646d3
-
Added code. ccc4745
-
Create python-publish.yml. 62830a3
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 2dae846
for more information, see https://pre-commit.ci
-
Excluding test fixtures from requirement fixing. 40293a9
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. b774ad1
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 5098fde
updates: - github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0
-
Switched from typer to click. d66f3f0
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 63f2d7d
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 8f6d661
updates: - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort
-
Migrated dependency management to pip-tools. 438c1a3
-
Vendored cookiecutter to use the latest version. e6540e7
-
Updated the readme. e997618
-
Updated the documentation. 8b59661
-
Updated pre-commit to allow multiple documents in YAML files. 3a3e578
-
Removed vendored cookiecutter and switched to released version. f5cd36a
-
Updated the error text when missing a git repo. 78507e9
-
Updated formatting for composition output. 9df7856
-
Updated the documentation to a new theme. 5f68737
-
Renamed _commands to commands. da6d4f5
-
Changed MergeStrategy from an Enum to constants. ef8b828
-
Changed dependency management. 4cf52ba
Uses pip-tools to compile and maintain dependency information.
-
Updated tests. 7c81df5