Skip to content

Commit b255661

Browse files
author
Chris Elion
authored
Fix flake8-comprehensions on master (#2923)
1 parent d9301d5 commit b255661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ repos:
4444
.*_pb2.py|
4545
.*_pb2_grpc.py
4646
)$
47-
additional_dependencies: [flake8-comprehensions]
47+
# temporarily pin flake8-comprehensions
48+
additional_dependencies: [flake8-comprehensions==3.0.1]
4849
- id: trailing-whitespace
4950
name: trailing-whitespace-markdown
5051
types: [markdown]

0 commit comments

Comments
 (0)