Skip to content

Commit 86923ca

Browse files
committed
[requires.io] dependency update
1 parent bab4362 commit 86923ca

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

tox.ini

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ deps =
8585
mccabe==0.6.1
8686
pep8-naming==0.9.1
8787
pydocstyle==5.0.2
88+
# pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
89+
git+git://github.com/PyCQA/pyflakes@ffe9386#egg=pyflakes
8890

8991
commands =
9092
flake8 {posargs:src/{env:PY_MODULE}}
@@ -157,6 +159,8 @@ commands =
157159

158160
# Global settings
159161

162+
check_untyped_defs = True
163+
disallow_any_generics = True
160164
disallow_incomplete_defs = True
161165
disallow_untyped_defs = True
162166
no_implicit_optional = True
@@ -169,13 +173,7 @@ warn_return_any = True
169173
warn_unreachable = True
170174
warn_unused_ignores = True
171175

172-
# Enable these over time
173-
check_untyped_defs = False
174-
175-
# Disable some checks until effected files fully adopt mypy
176-
177-
[mypy-hyperlink._url]
178-
allow_untyped_defs = True
176+
# Don't complain about dependencies known to lack type hints
179177

180178
[mypy-idna]
181179
ignore_missing_imports = True

0 commit comments

Comments
 (0)