citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
100 stars 28 forks source link

Review prospector with pyroma configuration in pre-commit #325

Closed jspaaks closed 1 year ago

jspaaks commented 1 year ago

Current code is a bit of a workaround, review to see if it can be improved / be made more idiomatic.

https://github.com/citation-file-format/cffconvert/blob/1608ab47d8b9e4e93272b19f9e94c6b8cd1b7c4d/.pre-commit-config.yaml#L22-L27

jspaaks commented 1 year ago

Refs:

Added pyroma as a direct dependency, updated the documentation with instructions on how to run it, updated pre-commit configuration to run pyroma separate from prospector.