Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix configuration of mypy plugins to point to paths not modules (apac…
…he#36563) The configuration of our MyPy plugins was wrongly pointing to modules rather than paths. This caused problems in the environment where you had no PYTHONPATH set pointing to the root of your Airflow sources. One of the side effects was that MyPy Plugin for IntelliJ failed with "invalid plugin" error. This PR changes the plugins to use relative paths instead - which should work when mypy is invoked from the root of the project (which in general is how our mypy gets invoked anyway and is the default settings for most IDE integrations.
- Loading branch information