Skip to content

Commit

Permalink
[qa] drop local type stubs (fixes: #20)
Browse files Browse the repository at this point in the history
Stubs for cryptography have been merged in typeshed and are shipped
with mypy 0.750.
  • Loading branch information
jlaine committed Nov 29, 2019
1 parent c067f2d commit fa60034
Show file tree
Hide file tree
Showing 46 changed files with 0 additions and 1,519 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ multi_line_output = 3
disallow_untyped_calls = True
disallow_untyped_decorators = True
ignore_missing_imports = True
mypy_path = stubs
strict_optional = False
Empty file removed stubs/cryptography/__init__.pyi
Empty file.
7 changes: 0 additions & 7 deletions stubs/cryptography/exceptions.pyi

This file was deleted.

17 changes: 0 additions & 17 deletions stubs/cryptography/fernet.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions stubs/cryptography/hazmat/__init__.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions stubs/cryptography/hazmat/backends/__init__.pyi

This file was deleted.

196 changes: 0 additions & 196 deletions stubs/cryptography/hazmat/backends/interfaces.pyi

This file was deleted.

Empty file.
Empty file.
6 changes: 0 additions & 6 deletions stubs/cryptography/hazmat/bindings/openssl/binding.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions stubs/cryptography/hazmat/primitives/__init__.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions stubs/cryptography/hazmat/primitives/asymmetric/__init__.pyi

This file was deleted.

77 changes: 0 additions & 77 deletions stubs/cryptography/hazmat/primitives/asymmetric/dh.pyi

This file was deleted.

Loading

0 comments on commit fa60034

Please sign in to comment.