singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

fix: remove duplicate shub setting #426

Closed vladdoster closed 1 year ago

vladdoster commented 1 year ago

Not quite sure why the formatting check is failing...?

vsoch commented 1 year ago

@vladdoster add the '.tributors file to this line here https://github.com/singularityhub/sregistry/blob/c4c26050cb467932661409fae94a621c7b159d76/.pre-commit-config.yaml#L1 to skip checking it.

vladdoster commented 1 year ago

@vladdoster add the '.tributors file to this line here

https://github.com/singularityhub/sregistry/blob/c4c26050cb467932661409fae94a621c7b159d76/.pre-commit-config.yaml#L1

to skip checking it.

@vsoch,

I assume you meant to type .tributors, and the ' was accidental?

vladdoster commented 1 year ago

I'll rebase this branch once #427 is merged. I split it into a separate PR to make the changes more atomic.

vsoch commented 1 year ago

Thanks @vladdoster !