This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
{{ cookiecutter.project_name }} Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ poetry-remove:
1616install :
1717 poetry lock -n && poetry export --without-hashes > requirements.txt
1818 poetry install -n
19- poetry run mypy --install-types --non-interactive
19+ - poetry run mypy --install-types --non-interactive ./
2020
2121.PHONY : pre-commit-install
2222pre-commit-install :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
1717## TL;DR
1818
1919``` bash
20- cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.7
20+ cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.8
2121```
2222
2323> All you need is the latest version of cookiecutter 😉
@@ -65,7 +65,7 @@ pip install -U cookiecutter
6565then go to a directory where you want to create your project and run:
6666
6767``` bash
68- cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.7
68+ cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.8
6969```
7070
7171### Input variables
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
66[tool .poetry ]
77name = " python-package-template"
8- version = " 1.0.7 "
8+ version = " 1.0.8 "
99description = " Cookiecutter template for Python cli/packages"
1010readme = " README.md"
1111authors = [
" Roman Tezikov <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ poetry-remove:
2020install :
2121 poetry lock -n && poetry export --without-hashes > requirements.txt
2222 poetry install -n
23- poetry run mypy --install-types --non-interactive
23+ - poetry run mypy --install-types --non-interactive ./
2424
2525.PHONY : pre-commit-install
2626pre-commit-install :
You can’t perform that action at this time.
0 commit comments