Skip to content

Commit 407ece9

Browse files
committed
.pre-commit-config: Add missing deps for test-ids checks
Signed-off-by: Filip Gołaś <[email protected]>
1 parent 0cc4b2b commit 407ece9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ repos:
8989
name: test-ids-check
9090
description: Check if test IDs are valid
9191
language: python
92+
additional_dependencies:
93+
- robotframework
94+
- fire
9295
entry: ./scripts/ci/test_ids/test_ids_legal.py
9396
args: ["id_valid", "--print_invalid"]
9497
files: '^dasharo-.*/.*\.robot$'
@@ -97,6 +100,9 @@ repos:
97100
name: test-os-ids-check
98101
description: Check if OS ids in tests are valid
99102
language: python
103+
additional_dependencies:
104+
- robotframework
105+
- fire
100106
entry: ./scripts/ci/test_ids/test_ids_legal.py
101107
args: ["os_valid", "--print_invalid"]
102108
files: '^dasharo-.*/.*\.robot$'

0 commit comments

Comments
 (0)