You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
I have verified there are no duplicate active or recent bugs, questions, or requests
I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
Plugin version: 0.7.0
PyCharm/IDEA version: PyCharm 2018.2.2
Mypy version: mypy 0.620
Step 3: Describe the problem:
Steps to reproduce:
Click "Check Project"
Observed Results:
The scan runs, but only one file - which happens to be the first python file in the project's first module - is scanned.
Clicking "Check Current File" results in the currently active python file (which is not the same file as that which is scanned when clicking "Check Project") being scanned as expected.
Expected Results:
I expected that the scan would run against all python files - recursively - in all modules underneath the project root, as defined in PyCharm's Project Structure settings