mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
pass ignore-path arg
This commit is contained in:
@@ -76,8 +76,12 @@ repos:
|
||||
rev: v2.7.1
|
||||
hooks:
|
||||
- id: prettier
|
||||
args: [--prose-wrap=always, --write]
|
||||
exclude: website/tailwind.config.js|website/.storybook/main.js|website/.eslintrc.json
|
||||
args:
|
||||
[
|
||||
--prose-wrap=always,
|
||||
--write,
|
||||
--ignore-path=./website/.prettierignore,
|
||||
]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user