-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run mypy in the directory of the nearest pyproject.toml or mypy.ini (#…
…316) * run mypy in the directory of the nearest pyproject.toml * check for mypy.ini too * ${filePyproject} -> ${nearestConfig} * move `doc is not None` to early guard in get_cwd * update README.md and add ${nearestConfig} to settings.cwd UI description as well Co-authored-by: Luciana Abud <[email protected]> * fixup pyfmt and logs --------- Co-authored-by: Luciana Abud <[email protected]>
- Loading branch information
1 parent
d4de647
commit a356c8e
Showing
4 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters