Materials-Data-Science-and-Informatics / fair-python-cookiecutter

An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.
MIT License
27 stars 4 forks source link

Remove workaround in pyproject.toml once pyproject-parser 0.9 is out #6

Closed apirogov closed 1 year ago

apirogov commented 1 year ago

https://github.com/repo-helper/pyproject-parser/issues/47

Once 0.9 is out, it should be picked up when installing codemetapy, which has no version bound set, so it should pull the newest version and not hit the current problem.

apirogov commented 1 year ago

https://github.com/econchick/interrogate/issues/153

Now need to wait for interrogate to be fixed too, and update the version in pre-commit. Apparently it also has a problem.