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