Skip to content

Commit e40d976

Browse files
committed
Add types-protobuf install to nox
1 parent 3161c10 commit e40d976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def format(session) -> None:
113113

114114
session.install(
115115
'types-requests',
116+
'types-protobuf',
116117
'pyupgrade',
117118
'autoflake',
118119
'ruff',

0 commit comments

Comments
 (0)