We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1a59 commit 369043dCopy full SHA for 369043d
5 files changed
.nextmv/readme/python-verso-routing/0.sh
@@ -0,0 +1 @@
1
+pip3 install -r requirements.txt
.nextmv/readme/python-verso-routing/0.sh.golden
.nextmv/readme/python-verso-routing/1.sh
+cat input.json | python3 main.py
.nextmv/readme/workflow-configuration.yml
@@ -179,6 +179,12 @@ apps:
179
silent: true
180
- name: 2.sh
181
skip: true
182
+ - name: python-verso-routing
183
+ scripts:
184
+ - name: 0.sh
185
+ silent: true
186
+ - name: 1.sh
187
+ skip: true
188
- name: python-xpress-knapsack
189
scripts:
190
- name: 0.sh
python-verso-routing/copilot-instructions.md
@@ -4,7 +4,8 @@
4
5
Use [Nextmv python SDK][nextmv-py].
6
Use Nextmv [documentation][nextmv-docs].
7
-Use [Ruff][ruff] for linting rules.
+Lint python files with [Ruff][ruff].
8
+Lint json files with prettier.
9
10
## Visualization
11
0 commit comments