-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the Python typing for the files we touch #137
Comments
I've assigned myself, but others are welcome as well |
Started work in https://github.com/dakariakin/galaxy/commits/added_types
|
Sent WIP PR galaxyproject#12884
|
Tomorrow I plan on working on
|
Fixed in galaxyproject#12884
Tomorrow I'll work on
|
Next up for me:
|
also done with
I'll work on |
Building off of @dakariakin 's galaxyproject#12884 I will work on the following next:
|
I updated the list at the top, and I'll be working on the new entries from the bottom up |
I've just created an MR with typings for lib/galaxy/model/init.py Could you please review it? |
Implement a subset of the Common Workflow Language. #47Implement a subset of the Common Workflow Language galaxyproject/galaxy#12909 or [WIP] Implement conditionals. #123check_untyped_defs = False
from underneath that filenametox -e mypy
dev
branchlib/galaxy/config/__init__.py
lib/galaxy/datatypes/data.py
lib/galaxy/job_execution/output_collect.py
lib/galaxy/jobs/__init__.py
lib/galaxy/jobs/command_factory.py
lib/galaxy/jobs/runners/local.py
lib/galaxy/managers/collections.py
lib/galaxy/managers/collections_util.py
lib/galaxy/managers/histories.py
lib/galaxy/managers/tools.py
lib/galaxy/managers/workflows.py
lib/galaxy/metadata/__init__.py
lib/galaxy/model/__init__.py
lib/galaxy/model/dataset_collections/builder.py
lib/galaxy/model/dataset_collections/matching.py
lib/galaxy/model/dataset_collections/registry.py
lib/galaxy/model/dataset_collections/type_description.py
lib/galaxy/model/dataset_collections/types/__init__.py
lib/galaxy/model/dataset_collections/types/list.py
lib/galaxy/model/dataset_collections/types/paired.py
lib/galaxy/schema/schema.py
lib/galaxy/tool_util/client/staging.py
lib/galaxy/tool_util/cwl/parser.py
lib/galaxy/tool_util/cwl/representation.py
lib/galaxy/tool_util/cwl/schema.py
lib/galaxy/tool_util/cwl/util.py
lib/galaxy/tool_util/output_checker.py
lib/galaxy/tool_util/parser/cwl.py
lib/galaxy/tool_util/parser/factory.py
lib/galaxy/tool_util/parser/interface.py
lib/galaxy/tool_util/parser/output_objects.py
lib/galaxy/tool_util/parser/yaml.py
lib/galaxy/tools/__init__.py
lib/galaxy/tools/actions/__init__.py
lib/galaxy/tools/evaluation.py
lib/galaxy/tools/execute.py
lib/galaxy/tools/parameters/basic.py
lib/galaxy/tools/parameters/grouping.py
lib/galaxy/tools/parameters/wrapped.py
lib/galaxy/tools/wrappers.py
lib/galaxy/util/compression_utils.py
lib/galaxy/webapps/galaxy/api/tools.py
lib/galaxy/webapps/galaxy/api/workflows.py
lib/galaxy/webapps/galaxy/controllers/tool_runner.py
lib/galaxy/webapps/galaxy/services/dataset_collections.py
lib/galaxy/workflow/modules.py
lib/galaxy/workflow/run.py
lib/galaxy/workflow/run_request.py
lib/galaxy/workflow/steps.py
lib/galaxy_test/api/test_dataset_collections.py
lib/galaxy_test/api/test_tools.py
lib/galaxy_test/driver/driver_util.py
test/integration/test_upload_configuration_options.py
test/unit/app/jobs/test_command_factory.py
test/unit/app/jobs/test_runner_local.py
test/unit/app/managers/test_HistoryManager.py
test/unit/tool_util/test_parsing.py
The text was updated successfully, but these errors were encountered: