Skip to content

Add typing for managers#427

Open
bernt-matthias wants to merge 3 commits intogalaxyproject:masterfrom
bernt-matthias:managers-typing
Open

Add typing for managers#427
bernt-matthias wants to merge 3 commits intogalaxyproject:masterfrom
bernt-matthias:managers-typing

Conversation

@bernt-matthias
Copy link
Contributor

@bernt-matthias bernt-matthias commented Dec 2, 2025

should cover nearly everything except pulsar/managers/util/cli

I added a few TODO in the code where feedback would be welcome.

def _populate_manager_descriptions_from_ini(manager_descriptions, job_managers_config):
config = configparser.ConfigParser()
config.readfp(open(job_managers_config))
config.read_file(open(job_managers_config))
Copy link
Contributor Author

@bernt-matthias bernt-matthias Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, ConfigParser.readfp has been replaced in python 3.2 https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read_file

@bernt-matthias bernt-matthias force-pushed the managers-typing branch 5 times, most recently from a3e8823 to d578e78 Compare December 2, 2025 15:44
should cover nearly everything except `pulsar/managers/util/cli`
@mvdbeek mvdbeek requested a review from jmchilton December 16, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant