diff --git a/deps/test-task-2025-06-30-v1/Makefile b/deps/test-task-2025-06-30-v1/Makefile index 7853c36..711f088 100644 --- a/deps/test-task-2025-06-30-v1/Makefile +++ b/deps/test-task-2025-06-30-v1/Makefile @@ -29,4 +29,6 @@ venv: -r requirements.txt pyright: - $(ENV_PATH)/bin/python3 -m pyright -p pyproject.toml + $(ENV_PATH)/bin/python3 -m pyright \ + -p pyproject.toml \ + -v $(ENV_PATH) diff --git a/deps/test-task-2025-06-30-v1/pyproject.toml b/deps/test-task-2025-06-30-v1/pyproject.toml index 94bf145..d27d850 100644 --- a/deps/test-task-2025-06-30-v1/pyproject.toml +++ b/deps/test-task-2025-06-30-v1/pyproject.toml @@ -38,9 +38,8 @@ include = [ # 'follow_the_leader/**/*.py', #'*.py', # '*.recipe', - '*.py', - 'online/**/*.py', - 'online/**/*.pyi', + 'python/**/*.py', + 'python/**/*.pyi', ] exclude = [ '.venv', @@ -97,15 +96,11 @@ include = [ #'../../../../../follow_the_leader/views2/payments.py', #'../../../../../follow_the_leader/logic/payments.py', #'../../../../../follow_the_leader/logic/paypal.py', - 'online/fxreader/pr34/commands_typed/**/*.py', + 'python/**/*.py', + 'python/**/*.pyi', ] # stubPath = '../mypy-stubs' extraPaths = [ - '.', - '../mypy-stubs', - '../mypy-stubs/types-debugpy', - '../mypy-stubs/marisa-trie-types', - # '../../../../../', ] #strict = ["src"]