Skip to content

Commit 1c69a5a

Browse files
committed
test(pre-commit): upgrade flake8-bugbear to 21.3.2
1 parent 3342935 commit 1c69a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: flake8
4646
args: [--config=test/setup.cfg]
47-
additional_dependencies: [flake8-bugbear==20.1.4]
47+
additional_dependencies: [flake8-bugbear==21.3.2]
4848
types: [text]
4949
files: ^(helpers/python|.+\.py)$
5050
exclude: ^completions/

0 commit comments

Comments
 (0)