Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

"Check Project" Only Scans One File #3

@grvhi

Description

@grvhi

Step 1: Are you in the right place?

  • 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:

  1. 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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions