add config option to skip package checking#3789
add config option to skip package checking#3789yedpodtrzitko wants to merge 2 commits intopython:masterfrom
Conversation
70ddf00 to
0bbfb78
Compare
|
👍 Real life use-case: I need to exclude everything in |
|
Closing. This is already taken care of by e.g. though thank you for the contribution @yedpodtrzitko. |
|
@ethanhs thanks for your response, however the indended behaviour/purpose of Having the following directory structure (see below), and running mypy check for the whole However I can understand having such option is not a desired design, so until #3796 will be solved, I'm just gonna keep using my fork. Cheers, |
|
I'd be happy with this solution ^^ |
Hi,
this could be partially related to #626.
This PR adds a new option into the per-module section in config file, which would allow to skip typechecks in a given package.
Example for skipping any packages in
kiwi.schemas:Thanks for any feedback.