From e7bc75f0d85fe1c79f9627f51f119d3be97dabaf Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 30 Jun 2025 18:38:14 +0300 Subject: [PATCH] [+] add basic python module layout --- deps/test-task-2025-06-30-v1/.gitignore | 1 + deps/test-task-2025-06-30-v1/Makefile | 2 +- .../online/fxreader/pr34/test_task_2025_06_30_v1/__init__.py | 0 .../online/fxreader/pr34/test_task_2025_06_30_v1/py.typed | 0 4 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/__init__.py create mode 100644 deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/py.typed diff --git a/deps/test-task-2025-06-30-v1/.gitignore b/deps/test-task-2025-06-30-v1/.gitignore index 1e96f46..0f82ab8 100644 --- a/deps/test-task-2025-06-30-v1/.gitignore +++ b/deps/test-task-2025-06-30-v1/.gitignore @@ -1 +1,2 @@ !.tmuxp/ +!python diff --git a/deps/test-task-2025-06-30-v1/Makefile b/deps/test-task-2025-06-30-v1/Makefile index c7eccc5..7853c36 100644 --- a/deps/test-task-2025-06-30-v1/Makefile +++ b/deps/test-task-2025-06-30-v1/Makefile @@ -29,4 +29,4 @@ venv: -r requirements.txt pyright: - $(ENV_PATH)/bin/python3 -m pyright -c pyproject.toml . + $(ENV_PATH)/bin/python3 -m pyright -p pyproject.toml diff --git a/deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/__init__.py b/deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/py.typed b/deps/test-task-2025-06-30-v1/python/online/fxreader/pr34/test_task_2025_06_30_v1/py.typed new file mode 100644 index 0000000..e69de29