Skip to content

Commit b06c54a

Browse files
committed
add types-requests dependency
Signed-off-by: gruebel <[email protected]>
1 parent 535fd27 commit b06c54a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repos:
2525
- opentelemetry-api
2626
- types-protobuf
2727
- types-PyYAML
28+
- types-requests
2829
- mmh3
2930
- semver
3031
- panzi-json-logic

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ follow_imports = silent
1515

1616
[mypy-grpc]
1717
ignore_missing_imports = True
18-
19-
[mypy-requests.*]
20-
ignore_missing_imports = True

0 commit comments

Comments
 (0)