Synck fork with Cookiecutter#1
Merged
franciscomoma merged 96 commits intofranciscomoma:masterfrom Nov 4, 2019
Merged
Conversation
Updated prompt.py to match pep257 guidelines as described in #742.
When running tests on travis with python 3.6, I got the following
deprecationwarning in cookiecutter/repository.py:19:
DeprecationWarning: Flags not at the start of the expression '\n(?x)\n((((git|hg)\\+)' (truncated)
""")
Python 3.6 prefers the flags right at the start, so it doesn't allow a newline
in front of it.
I fixed it by adding the flag at the end, which is more clear/verbose in any
case. Which is fitting as the flag is `re.VERBOSE` :-)
Fix links to new core committers
added cookiecutter-django-dokku to README.rst
…ookiecutter templates.
The one in https://jinja.readthedocs.io/en/2.10/ does not exist.
as requested by @hackebrot
Some systems may have older virtualenv versions which would install an ancient version of pip (like 8.1.1) which is not able to parse requirements correctly generating errors like: RequirementParseError: Expected ',' or end-of-list in pathlib2>=2.2.0;python_version<"3.6" at ;python_version<"3.6" You are using pip version 8.1.1, however version 19.1.1 is available. We cannot really support such versions so we can assure that we only run with relatively newer tools. This should fixed observed AppVeyor errors.
Require pip 9.0.0 or newer and upgrade virtualenv for tox envs
use context to close file nicely
…dule Update file mode for hooks.py to be not executable
When we only have python3 installed, the test for missing argument is failing because there is no "python" executable. Use `sys.executable` instead. Also set environment correctly, like done in 7024d3b.
Use sys.executable when invoking python interpreter from tests
My contribution to Open Source.
Update README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.