We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535fd27 commit b06c54aCopy full SHA for b06c54a
.pre-commit-config.yaml
@@ -25,6 +25,7 @@ repos:
25
- opentelemetry-api
26
- types-protobuf
27
- types-PyYAML
28
+ - types-requests
29
- mmh3
30
- semver
31
- panzi-json-logic
mypy.ini
@@ -15,6 +15,3 @@ follow_imports = silent
15
16
[mypy-grpc]
17
ignore_missing_imports = True
18
-
19
-[mypy-requests.*]
20
-ignore_missing_imports = True
0 commit comments