Browse Source

service-identity, incremental, and setuptools-rust now have type hints. (#16186)

tags/v1.92.0rc1
Patrick Cloke 8 months ago
committed by GitHub
parent
commit
ed6de4b2d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions
  1. +1
    -0
      changelog.d/16186.misc
  2. +0
    -9
      mypy.ini

+ 1
- 0
changelog.d/16186.misc View File

@@ -0,0 +1 @@
Improve type hints.

+ 0
- 9
mypy.ini View File

@@ -87,18 +87,9 @@ ignore_missing_imports = True
[mypy-saml2.*]
ignore_missing_imports = True

[mypy-service_identity.*]
ignore_missing_imports = True

[mypy-srvlookup.*]
ignore_missing_imports = True

# https://github.com/twisted/treq/pull/366
[mypy-treq.*]
ignore_missing_imports = True

[mypy-incremental.*]
ignore_missing_imports = True

[mypy-setuptools_rust.*]
ignore_missing_imports = True

Loading…
Cancel
Save