-
-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Refactor MyPy config file setup (#12593)
`mypy/rules.py` is really complex and I'm having a hard time understanding it while adding a tool lockfile. This is the first of a couple refactors. Here, we better encapsulate the config file code by moving into `mypy/subsystem.py` with a dedicated rule. This allows us to make the unit test more comprehensive. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
8ccd342
commit 7d9d405
Showing
5 changed files
with
163 additions
and
104 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
Oops, something went wrong.