Skip to content

Commit 0f05e46

Browse files
authored
Revert "Set --line-width=120 for YAML format" (#210)
Reverts #208
1 parent 95b4110 commit 0f05e46

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, --line-width=120]
16+
args: [--autofix]
1717
- repo: https://github.com/asottile/setup-cfg-fmt
1818
rev: v3.2.0
1919
hooks:

0 commit comments

Comments
 (0)