Skip to content

Commit 96ff67f

Browse files
Set --line-width=120 for YAML format (#208)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df8b33c commit 96ff67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: pretty-format-toml
1414
args: [--autofix, --trailing-commas]
1515
- id: pretty-format-yaml
16-
args: [--autofix]
16+
args: [--autofix, --line-width=120]
1717
- repo: https://github.com/asottile/setup-cfg-fmt
1818
rev: v3.2.0
1919
hooks:

0 commit comments

Comments
 (0)