File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
4455author_name : Dimitri Merejkowsky
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ check_untyped_defs = true
1010ignore_missing_imports = false
1111no_implicit_optional = true
1212pretty = true
13+ show_error_codes = true
1314warn_redundant_casts = true
1415warn_return_any = true
1516warn_unused_configs = true
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ pytest = "^6.2.1"
3232pytest-cov = " ^2.10"
3333
3434# Linters
35- black = { version = " 21.8b0 " , python = " >=3.7 " }
35+ black = " 21.10b0 "
3636flake8 = " 3.9.2"
3737flake8-bugbear = " ^21.4.3"
3838flake8-comprehensions = " ^3.4.0"
3939pep8-naming = " ^0.11.1"
4040isort = " ^5.7.0"
4141types-tabulate = " ^0.1.0"
42- mypy = " 0.900 "
42+ mypy = " 0.930 "
4343
4444# Deps scanning
4545safety = " ^1.9.0"
You can’t perform that action at this time.
0 commit comments