Skip to content

Commit 295d469

Browse files
committed
Remove data.py-dist
Configuration is now done in config.toml and config.*.toml Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 97f5623 commit 295d469

4 files changed

Lines changed: 0 additions & 276 deletions

File tree

.github/workflows/code-checkers.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- uses: ./.github/actions/uv-setup
18-
- name: Create a dummy data.py
19-
run: cp data.py-dist data.py
2018
- name: Create a dummy vm_data.py
2119
run: cp vm_data.py-dist vm_data.py
2220
- run: prek -a mypy
@@ -28,8 +26,6 @@ jobs:
2826
with:
2927
persist-credentials: false
3028
- uses: ./.github/actions/uv-setup/
31-
- name: Create a dummy data.py
32-
run: cp data.py-dist data.py
3329
- name: Create a dummy vm_data.py
3430
run: cp vm_data.py-dist vm_data.py
3531
- run: prek -a pyright
@@ -43,8 +39,6 @@ jobs:
4339
with:
4440
persist-credentials: false
4541
- uses: ./.github/actions/uv-setup/
46-
- name: Create a dummy data.py
47-
run: cp data.py-dist data.py
4842
- run: prek -a ruff
4943

5044
flake8:

.github/workflows/jobs-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
- uses: ./.github/actions/uv-setup/
1515
with:
1616
dev: false
17-
- name: Create a dummy data.py
18-
run: cp data.py-dist data.py
1917
- run: ./jobs.py check

.github/workflows/test-sequences.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: ./.github/actions/uv-setup/
1515
with:
1616
dev: false
17-
- name: Create a dummy data.py
18-
run: cp data.py-dist data.py
1917
- name: jobs-check
2018
run: |
2119
FAILURES=""

data.py-dist

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)