Skip to content

Commit eb9fb0f

Browse files
committed
Add -W flag to docs hook for consistent error handling
1 parent 82faaf5 commit eb9fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ repos:
321321

322322
- id: docs
323323
name: Build Documentation
324-
entry: uv run --extra=dev sphinx-build -M html docs/source docs/build
324+
entry: uv run --extra=dev sphinx-build -M html docs/source docs/build -W
325325
language: python
326326
stages: [manual]
327327
pass_filenames: false

0 commit comments

Comments
 (0)