Carlos Coelho
Carlos Coelho
I'll give it a try. I've read this package description and it covers pretty much project-switcher functionality. I'm gonna use it for the next week and maybe deprecate project-switcher2. Great...
Had to go back to the old version of Evernote as using the new one is crashing on Tusk.
> How can I do this? I had to do that through Evernote web interface.
It happens here as well.
Hey there @gmankab, `no-site-packages` is not supported in the current mypy configuration in prospector. The way the config is working this way for a while without much change. To be...
Thanks for reporting that. I should take a look at this over the weekend and will get back here after it.
Nice. I'll check how to adopt it into the project, but shouldn't be part of the next release by the end of the month yet, prob mid-June.
For `pylint` you can use `# pylint: disable=too-many-locals`. `# noqa` is overridden in order to silence all the tools where it's set. See: https://prospector.readthedocs.io/en/master/suppression.html#noqa. To disable mccabe codes you can...
@Kilo59 got that, I'll work something out :+1:
Messages can be merged to avoid duplicate warning/error messages. Feel like trying to implement it? We welcome PRs.