Skip to content

Commit b636e46

Browse files
committed
Bump template
1 parent 5a52f7b commit b636e46

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.1.2-2-gc3930ee
2+
_commit: v1.1.3-2-gcd0df74
33
_src_path: git+https://git.sr.ht/~dmerej/copier-python
44
author_email: [email protected]
55
author_name: Dimitri Merejkowsky

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ check_untyped_defs = true
1010
ignore_missing_imports = false
1111
no_implicit_optional = true
1212
pretty = true
13+
show_error_codes = true
1314
warn_redundant_casts = true
1415
warn_return_any = true
1516
warn_unused_configs = true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ pytest = "^6.2.1"
3232
pytest-cov = "^2.10"
3333

3434
# Linters
35-
black = { version = "21.8b0", python = ">=3.7" }
35+
black = "21.10b0"
3636
flake8 = "3.9.2"
3737
flake8-bugbear = "^21.4.3"
3838
flake8-comprehensions = "^3.4.0"
3939
pep8-naming = "^0.11.1"
4040
isort = "^5.7.0"
4141
types-tabulate = "^0.1.0"
42-
mypy = "0.900"
42+
mypy = "0.930"
4343

4444
# Deps scanning
4545
safety = "^1.9.0"

0 commit comments

Comments
 (0)