Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
TezRomacH committed Jul 16, 2021
1 parent 36b5e12 commit 1706a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
## TL;DR

```bash
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.6
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.7
```

> All you need is the latest version of cookiecutter 😉
Expand Down Expand Up @@ -65,7 +65,7 @@ pip install -U cookiecutter
then go to a directory where you want to create your project and run:

```bash
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.6
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.7
```

### Input variables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-package-template"
version = "1.0.6"
version = "1.0.7"
description = "Cookiecutter template for Python cli/packages"
readme = "README.md"
authors = ["Roman Tezikov <tez.romach@gmail.com>"]
Expand Down
2 changes: 2 additions & 0 deletions {{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ color_output = true
# mypy configurations: https://mypy.readthedocs.io/en/latest/config_file.html#using-a-pyproject-toml-file
python_version = {{ cookiecutter.minimal_python_version }}
pretty = true
show_traceback = true
color_output = true

allow_redefinition = false
check_untyped_defs = true
Expand Down

0 comments on commit 1706a00

Please sign in to comment.