Skip to content

Commit 2b5c14e

Browse files
committed
Use prettierrc
1 parent fed5476 commit 2b5c14e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repos:
1414
rev: v2.2.1
1515
hooks:
1616
- id: prettier
17-
args: [--prose-wrap=always, --print-width=88]
1817
- repo: https://github.com/mgedmin/check-manifest
1918
rev: "0.46"
2019
hooks:

.prettierrc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
proseWrap: always
2+
printWidth: 88

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ include *.in
1111

1212
exclude .flake8
1313
exclude .pre-commit-config.yaml
14+
exclude .prettierrc.yaml
1415

1516
global-exclude *.py[cod]
1617
global-exclude __pycache__

0 commit comments

Comments
 (0)