Tomáš Čapek

Results 2 issues of Tomáš Čapek

I am creating a tool for code quality checks, which uses pylint and mypy and I want to be able to integrate bellybutton to it. Problem is, that the tool...

In my usage of this awesome tool I found out, that `# bb: disable` can sometimes hide other errors, which would be otherwise addressed. Let's consider following example: deprecated_fn(42 +...