Closed michplunkett closed 3 months ago
The PR looks okay but why are we making changes to the forms.py
in this branch?
It's for this rule, @b-meson.
It looks like something like this could also work instead if you'd prefer:
isinstance(secondUpload, Image)
type(secondUpload) is Image
Description of Changes
Updating and removing unnecessary pre-commit packages.
Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.