Mikko Leppänen

Results 17 comments of Mikko Leppänen

Hey, I'm having a hard time understanding what's the actual issue here. FWIU mypy is correct here. Note: https://docs.pydantic.dev/2.7/concepts/validation_decorator/#coercion-and-strictness Ping; @sydney-runkle, @juleswh Tested with: Python 3.12 pydantic: 2.7.2 mypy: 1.10.0

I think it would make sense at least to silence that error if that dir is excluded. I cannot figure any usecase to parse it if excluded?🤔

@charliermarsh what's the conclusion? Should we some guard around the corner or leave it as it is?

Hey @sydney-runkle, I'd be interested in taking a look at this.

@jgaffiot thanks! I got the same issue when trying to add `robotframework-appiumlibrary` ```bash copying build\lib\appium\options\android\common\context\extract_chrome_android_package_from_context_name_option.py -> build\bdist.win-amd64\wheel\.\appium\options\android\common\context --- stderr: error: could not create 'build\bdist.win-amd64\wheel\.\appium\options\android\common\context\extract_chrome_android_package_from_context_name_option.py': No such file or directory ```...