FlorianWilhelm / the-hatchlor

🌹 Cookiecutter template featuring the modern and extensible Python project manager hatch
MIT License
68 stars 5 forks source link

duplicate version marker in pyproject.toml #16

Open dornech opened 4 hours ago

dornech commented 4 hours ago

According to ruff documentation, ruff refers to project-requires-python. grafik

So, additional entry tool.ruff.target-version (see line 133) is obsolete, isn't it? grafik

FlorianWilhelm commented 4 hours ago

Thanks @dornech, good point! I didn't know that.

Would you like to provide a little PR for that? :-)

dornech commented 3 hours ago

Argh, I am rigth now just starting to learn how to work with GitHub and publishing packages ... so I am, not sure if I would know how to do it ...