We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1681d78 commit 2dd7238Copy full SHA for 2dd7238
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-length=120']
17
- repo: https://github.com/asottile/setup-cfg-fmt
18
rev: v3.2.0
19
hooks:
0 commit comments