Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function to search for pyproject.toml in a project root #16965

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Felixoid
Copy link

@Felixoid Felixoid commented Feb 29, 2024

(Explain how this PR changes mypy.)

Here's a solution to fix #10613. I'd like to review this first shot before I try to cover it with tests.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@Felixoid Felixoid force-pushed the master branch 2 times, most recently from d04de61 to 70f00d6 Compare March 1, 2024 00:06

This comment has been minimized.

@Felixoid Felixoid marked this pull request as ready for review March 1, 2024 01:26

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Mar 1, 2024

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@Felixoid
Copy link
Author

Felixoid commented Mar 5, 2024

dear @ilevkivskyi, can you take a look, please?

@Felixoid
Copy link
Author

Maybe, dear @JukkaL, @hauntsaninja, or @sobolevn could kindly take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy should search parent directories for pyproject.toml config file
1 participant