Closed
Description
I have a folder structure like this:
foo\
src\a.py
test\test_a.py
I'm also using flycheck/mypy to check my files in emacs, however, it only read mypy.ini from current folder,
which is the file that I'm visiting.
I'm wondering if we can let mypy read config file from current folder, parent folder, grandparent folder etc until it find one. This is the same way of git looking for .gitignore, and nodejs looking for node_modules.
If you think it's a good idea, I might be able to write the code and make a PR.
Regards.
Metadata
Metadata
Assignees
Labels
No labels