macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
115 stars 58 forks source link

ruamel.yaml severe performance degradataion >=0.17.29 #173

Closed asottile closed 1 year ago

asottile commented 1 year ago

for some reason this library makes loading some yaml files incredibly slow -- for example this one https://github.com/pypsa-meets-earth/pypsa-earth/blob/aab4d18542466e3ffd89cf5af19f5be99aabdf6a/config.default.yaml

I also reported this upstream but figured it might be useful to ban the broken versions here as well

asottile commented 1 year ago

this was fixed in 0.17.32 -- so the banned versions should be 0.17.29, 0.17.30, 0.17.31