[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9f17de5e5e
commit
107297d756
1 changed files with 2 additions and 6 deletions
|
|
@ -8,12 +8,8 @@ from pathlib import Path
|
|||
import pytest
|
||||
|
||||
WORKDIR = Path(__file__).resolve().parents[2]
|
||||
PRESET_POLICY = (
|
||||
WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts"
|
||||
)
|
||||
RUNTIME_TYPES = (
|
||||
WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts"
|
||||
)
|
||||
PRESET_POLICY = WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts"
|
||||
RUNTIME_TYPES = WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts"
|
||||
TEMP = WORKDIR / "temp" / "chat_preset_builtin_invariants"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue