Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbeliaev/req types #537

Merged
merged 23 commits into from May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include README.rst CHANGES LICENSE
recursive-include responses *.py
include tox.ini
recursive-include responses py.typed
global-exclude *~
6 changes: 1 addition & 5 deletions mypy.ini
Expand Up @@ -2,7 +2,7 @@
show_column_numbers=True
show_error_codes = True

disallow_any_unimported=True
disallow_any_unimported=False
disallow_any_expr=False
disallow_any_decorated=True
disallow_any_explicit=False
Expand All @@ -25,10 +25,6 @@ warn_return_any=False
warn_unreachable=False

strict_equality=True

ignore_missing_imports=False

[mypy-urllib3.*]
ignore_missing_imports=True

[mypy-responses.tests.*]
Expand Down