E-CAM / jobqueue_features

This library provides some useful decorators for dask_jobqueue. It also expands it's scope to include MPI workloads, including extending configuration options for such workloads and heterogeneous resources.
6 stars 3 forks source link

Change type annotations #91

Closed AdamWlodarczyk closed 3 years ago

AdamWlodarczyk commented 3 years ago

Change type annotations since letting go older python versions.

AdamWlodarczyk commented 3 years ago

I don't get it. There must be some customized black settings.

ocaisa commented 3 years ago

Maybe we need to update the action we use? https://github.com/E-CAM/jobqueue_features/blob/6b8b00d5ee4e3ba61bb299414c200f713702dc65/.github/workflows/ci.yaml#L25

AdamWlodarczyk commented 3 years ago

I don't get it. There must be some customized black settings.

Looks that I was right, but not the way I thought so :wink: My local black settings were set to 100 characters limit per line.