diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 517a978..f7f685e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: pretty-format-toml args: [--autofix, --trailing-commas] - id: pretty-format-yaml - args: [--autofix] + args: [--autofix, --line-width=120] - repo: https://github.com/asottile/setup-cfg-fmt rev: v3.2.0 hooks: