diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd25f176e1058c..d9a22fcd4fddb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,4 +37,4 @@ repos: hooks: - id: prettier # Only enabled for WebApp components initially, to build consensus and incrementally onboard others - files: ^components\/(server|gitpod-protocol|gitpod-db|dashboard)\/.*\.ts(x?)$ + files: ^components\/(server|gitpod-protocol|gitpod-db|dashboard|ws-manager-bridge)\/.*\.ts(x?)$