Closed philipstarkey closed 8 months ago
Hi @philipstarkey , thanks so much for this. Changes look great. I'm guessing the stylistic ones are just to keep Black happy. I'm using Ruff professionally now, it occurs to me that I could upgrade to this, plus go the pyproject.toml
route
I'm guessing the stylistic ones are just to keep Black happy. I'm using Ruff professionally now, it occurs to me that I could upgrade to this, plus go the
pyproject.toml
route
Yes! The stylistic change were to keep black
happy. I'm not sure if that was due to the black
version change, or just because black
wasn't being passed --check
so was never raising an exit code that would cause tox
to fail. I'm also using Ruff professionally now - it does seem like it's the future.
Also, are you able to update the CHANGELOG? I couldn't remember, but I think I've been handling version updates manually, but always as part of a separate commit. So, I think we should remove the
__version__
being changed here :)
I have updated the change log and reverted __version__
. Let me know if there is anything else I can do!
With the release of DRF 3.15, bringing official support for Django 4.2+, I thought it would be a good opportunity to update the CI config of this project to test against support versions of Python/Django/DRF and drop official support for versions of those dependencies that are no longer getting updates.
Changes
black
return status wasn't causing CI to failblack
versionre_path
import in test