diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17056df9..fd1f0382 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -329,7 +329,7 @@ repos: - id: docs name: Build Documentation - entry: uv run --extra=dev sphinx-build -M html docs/source docs/build + entry: uv run --extra=dev sphinx-build -M html docs/source docs/build -W language: python stages: [manual] pass_filenames: false