Skip to content

Commit b626c84

Browse files
committed
Update mypy configuration.
1 parent d209323 commit b626c84

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ namespace_packages = true
131131
check_untyped_defs = true
132132
warn_unused_ignores = true
133133
no_implicit_optional = true
134+
show_error_codes = true
135+
incremental = false
134136

135137
[tool.snippet-fmt]
136138
directives = [ "code-block",]

setup.cfg

Lines changed: 0 additions & 15 deletions
This file was deleted.

stubs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git+https://github.com/repo-helper/toml@py.typed
2+
types-requests

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ basepython = python3.6
8888
ignore_errors = True
8989
changedir = {toxinidir}
9090
deps =
91-
mypy==0.812
91+
mypy==0.910
9292
-r{toxinidir}/tests/requirements.txt
93+
-r{toxinidir}/stubs.txt
9394
commands = mypy seed_intersphinx_mapping tests {posargs}
9495

9596
[testenv:pyup]

0 commit comments

Comments
 (0)