dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.28k stars 89 forks source link

Switch to pyproject.toml and ruff #221

Closed DeviousStoat closed 4 months ago

DeviousStoat commented 4 months ago

fixes #219

One thing to note, with pyproject the importlib.metadata doesn't have the Author key so I had to change to use Author-email for the copyright in the docs. So your name looks like Derrick Gilland <dgilland@gmail.com> instead of just Derrick Gilland in the copyright in the documentation page. Seems to be a known issue. I can change it if you want but it didn't sound too bad.

coveralls commented 4 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 0c4346a323e6b13819e46b1b54708ffac331a18f on DeviousStoat:pyproject into 40f21a1874b70262587a2cdafa0dd2ca74bb4eb1 on dgilland:develop.

dgilland commented 4 months ago

Really appreciate the work here!

DeviousStoat commented 4 months ago

Applied all the requested changes