Adam Cunnington
Adam Cunnington
This issue was last opened in 2017 ([link](https://github.com/cookiecutter/cookiecutter/pull/907)) and someone provided an [implementation](https://github.com/cookiecutter/cookiecutter/pull/907/files) but it did not make it into master - looks pretty simple and it would likely still...
`cruft create`, just like `cookiecutter` and `battenberg install` all create a dir below the current dir which contains the project. This is frustrating when you already have a git repo...
Local versions do not have to consist of pure numbers - according to either [Semantic Version Specification](https://semver.org/) or [PEP 440](https://www.python.org/dev/peps/pep-0440/). It is common to use things like branch names or...
The [docs](https://commitizen-tools.github.io/commitizen/bump/#about) state that the version can be manually bumped but I believe this is incorrect as there's no other mention of this in the docs or in the CLI...
Perhaps I'm missing something really obvious here because it seems really strange to me that this behaviour is not supported out of the box but as far as I can...
The README gives a useful overview of how darglint compares with pydocstyle and how it can be a complimentary part of a lint suite. I am curious whether the author/maintainers...
@JamesALeedham, is it expected that the functionality in this repo should still work? I tried to produce my own version for my project with absolute minimum functionality, except using markdown...