Do not run prettier with pre-commit (#3196)

To fix issues with https://github.com/woodpecker-ci/woodpecker/pull/3190

Prettier still runs at woodpecker.

Also fix the duplication in our CI.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
qwerty287
2024-01-14 21:14:00 +01:00
committed by GitHub
parent 001b5639a6
commit 59d824ebf8
4 changed files with 14 additions and 7 deletions

View File

@@ -54,5 +54,5 @@ ci:
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
# NB: hadolint not included in pre-commit.ci
skip: [check-hooks-apply, check-useless-excludes, hadolint]
skip: [check-hooks-apply, check-useless-excludes, hadolint, prettier]
submodules: false