Skip to content

Commit a92f5fc

Browse files
Chris ElionErvin Teng
authored andcommitted
pin flake8 plugins (#3179)
1 parent c11231d commit a92f5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
.*_pb2_grpc.py
4646
)$
4747
# flake8-tidy-imports is used for banned-modules, not actually tidying
48-
additional_dependencies: [flake8-comprehensions, flake8-tidy-imports, flake8-bugbear]
48+
additional_dependencies: [flake8-comprehensions==3.1.4, flake8-tidy-imports==3.1.0, flake8-bugbear==20.1.2]
4949
- id: trailing-whitespace
5050
name: trailing-whitespace-markdown
5151
types: [markdown]

0 commit comments

Comments
 (0)