Oboleninov Anton
Results
2
issues of
Oboleninov Anton
# Problem I tried to add a yaspeller hook to my project to check the documentation (`.md` and `.rst` files). I specified `fileExtensions`: ```json "fileExtensions": [ ".md", ".rst" ], ```...
### **User description** ### Description The main change is changing the return type hint for `def get_downloadable_files(self)` from `dict` to `List[str]`, which is actually what is returned. Also some cosmetic...
enhancement
Review effort [1-5]: 3
Bug fix