Exclude docs/ only for prettier pre-commit hook

Applying the the built-in hooks to docs/ seems to be fine.
This commit is contained in:
Florian Preinstorfer
2025-11-24 06:59:09 +01:00
committed by nblock
parent 9b327f6b56
commit 9c33cbfdc8

View File

@@ -2,8 +2,8 @@
# See: https://prek.j178.dev/quickstart/
# See: https://prek.j178.dev/builtin/
# Global exclusions - ignore docs and generated code
exclude: ^(docs/|gen/)
# Global exclusions - ignore generated code
exclude: ^gen/
repos:
# Built-in hooks from pre-commit/pre-commit-hooks
@@ -42,6 +42,7 @@ repos:
name: prettier
entry: prettier --write --list-different
language: system
exclude: ^docs/
types_or:
[
javascript,