8000 Bump mypy version · python-formate/flake8-encodings@4dbe4ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dbe4ea

Browse files
committed
Bump mypy version
1 parent c1d5e6f commit 4dbe4ea

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ min_coverage: 94
1515
use_whey: true
1616
python_deploy_version: 3.6
1717
docs_fail_on_warning: true
18-
mypy_version: "0.812"
18+
mypy_version: "0.910"
1919
tox_testenv_extras: classes
2020
sphinx_html_theme: furo
2121

setup.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
66
# * mypy
77
# * options.entry_points
88

9-
[mypy]
10-
python_version = 3.6
11-
namespace_packages = True
12-
check_untyped_defs = True
13-
warn_unused_ignores = True
14-
no_implicit_optional = True
15-
169
[options.entry_points]
1710
flake8.extension = ENC0=flake8_encodings:Plugin

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ignore_errors = True
8383
changedir = {toxinidir}
8484
extras = classes
8585
deps =
86-
mypy==0.812
86+
mypy==0.910
8787
-r{toxinidir}/tests/requirements.txt
8888
-r{toxinidir}/stubs.txt
8989
commands = mypy flake8_encodings tests {posargs}

0 commit comments

Comments
 (0)
0