Fixing a mistake in the previous commit.

This commit is contained in:
ilya-kolchinsky 2025-04-02 19:57:22 +02:00
parent 60e9f46856
commit 47e5ae682b

View file

@ -89,7 +89,7 @@ repos:
name: API Spec Codegen
additional_dependencies:
- uv==0.6.2
entry: sh -c 'uv run --with ".[dev]" ./docs/openapi_generator/run_openapi_generator.sh'
entry: sh -c 'uv run --with ".[dev]" ./docs/openapi_generator/run_openapi_generator.sh > /dev/null'
language: python
pass_filenames: false
require_serial: true