Skip to content

Commit 388c7d1

Browse files
committed
Clearer YAML style for flake8 extra plugin list
1 parent e894d3a commit 388c7d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .pre-commit-config.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ repos:
44
hooks:
55
- id: flake8
66
additional_dependencies:
7-
[
8-
flake8-bugbear==23.9.16,
9-
flake8-comprehensions==3.14.0,
10-
flake8-typing-imports==1.14.0,
11-
]
7+
- flake8-bugbear==23.9.16
8+
- flake8-comprehensions==3.14.0
9+
- flake8-typing-imports==1.14.0
1210
exclude: ^doc|^git/ext/
1311

1412
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)