Skip to content

Commit 21680ff

Browse files
authored
adjust line length for prettier (#191)
1 parent 6a480ed commit 21680ff

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,13 @@ repos:
4949
hooks:
5050
- id: prettier
5151
# https://prettier.io/docs/en/options.html#print-width
52-
args: ["--print-width=120"]
52+
args: ["--print-width=79"]
5353

5454
# - repo: https://github.com/pre-commit/mirrors-mypy
5555
# rev: v1.8.0
5656
# hooks:
5757
# - id: mypy
5858

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-
args: ["--print-width=120"]
65-
6659
- repo: https://github.com/astral-sh/ruff-pre-commit
6760
rev: v0.1.9
6861
hooks:

0 commit comments

Comments
 (0)