We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a480ed commit 21680ffCopy full SHA for 21680ff
1 file changed
.pre-commit-config.yaml
@@ -49,20 +49,13 @@ repos:
49
hooks:
50
- id: prettier
51
# https://prettier.io/docs/en/options.html#print-width
52
- args: ["--print-width=120"]
+ args: ["--print-width=79"]
53
54
# - repo: https://github.com/pre-commit/mirrors-mypy
55
# rev: v1.8.0
56
# hooks:
57
# - id: mypy
58
59
- - repo: https://github.com/pre-commit/mirrors-prettier
60
- rev: v3.1.0
61
- hooks:
62
- - id: prettier
63
- # https://prettier.io/docs/en/options.html#print-width
64
65
-
66
- repo: https://github.com/astral-sh/ruff-pre-commit
67
rev: v0.1.9
68
0 commit comments