Struggling to commit a change

Im not a python ecosystem expert, what do i need to do to fix this?

Seems like I’m using outdated version of mypy and pylint?

I’ve pip installed both of them and that doesnt help :confused:

What do i do?

cheers

The problem is that on windows python’s virtual environment “activate” script lives under venv/Scripts/activate and not venv/bin/activate, so I had to butcher various scripts to get them to run and then install everything