We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8b33c commit 96ff67fCopy full SHA for 96ff67f
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: pretty-format-toml
14
args: [--autofix, --trailing-commas]
15
- id: pretty-format-yaml
16
- args: [--autofix]
+ args: [--autofix, --line-width=120]
17
- repo: https://github.com/asottile/setup-cfg-fmt
18
rev: v3.2.0
19
hooks:
0 commit comments