mmpy_bot
mmpy_bot copied to clipboard
Check Python 3.10
Checking if any issues are going to show in 3.10
The failure in this issue is caused by the same as #319 Should be safe to merge once the other is fixed.
The failure in this issue is caused by the same as #319 Should be safe to merge once the other is fixed.
I agree, but I am not coming up with a simple fix. And I don't want to disable the typing check...
I will give it a shot later today. I think the solution is to add default (= None
) values to the base Function
class or create a Union
type for those arguments.
There are some attributes that are only available in click_functions
and the type-checking is being done against a more generic Callable
type.
@unode Not the cleanest but I think it should work. Thoughts?
Code Climate has analyzed commit 1e94d5c1 and detected 0 issues on this pull request.
View more on Code Climate.