Skip to content

Commit 2dd7238

Browse files
authored
Update YAML hook arguments for line length
1 parent 1681d78 commit 2dd7238

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-length=120']
1717
- repo: https://github.com/asottile/setup-cfg-fmt
1818
rev: v3.2.0
1919
hooks:

0 commit comments

Comments
 (0)