leinardi / mypy-pycharm

A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Apache License 2.0
188 stars 30 forks source link

Make Gradle check work #76

Closed intgr closed 2 years ago

intgr commented 2 years ago

As noted in #75 gradlew check was failing for me for half a dozen different reasons.

To be completely frank, I have no idea what I'm doing. I'm not familiar with the tools used in the Java world. I just kept bumping versions and applying solutions from StackOverflow until it seemed to work.

If you would prefer a more nuanced approach, let me know.

Contributor checklist


Description

Type of Changes

Type
:bug: Bug fix
leinardi commented 2 years ago

@intgr btw, do you also use PyLint? If you do you should have a look at this twin plugin: https://github.com/leinardi/pylint-pycharm I'd like to port your changes to the build gradle there but, if you prefer, you could make a PR yourself, so that will appear there as your contribution as well. Let me know what you prefer :)

intgr commented 2 years ago

I don't use pylint myself, but if the changes are easy to port over, I'll gladly do it. I'll give it a shot.

leinardi commented 2 years ago

The 2 projects differ just for the name and the Runner class, should be very easy to port. Just ping me if you have any issue :+1: