Boštjan Mejak

Results 24 comments of Boštjan Mejak

This is a very welcome and also a very much needed addition to radon. @DolajoCZ, thank you for this PR. I would like to know whether `case _:` is treated...

Why is this still an open PR and not a merged one? Also, why is radon so slow at releasing a new version?

@rubik, are you still alive?

@rubik, it would actually be an honor for me to contribute to this project. I'm using radon quite often to test cyclomatic complexity in my chess GUI app named [SuperChess](https://github.com/PedanticHacker/SuperChess),...

Please let me get something straight. So this PR proposes to be able to annotate the return type of a class' `__init__()` with `NoReturn` rather than `None`? So like ```python...

(1) Niklas, why do you want to rename the `flipped` argument name of `chess.svg.board()` to `orientation`? 🤔 If you think of renaming it, you can do it right now. Make...

Here's an idea of a breaking change: since the introduction of passing a dictionary as the `colors` argument to `chess.svg.board()`, we can now remove the `style` argument in there. Thoughts?

- Remove `flipped` and `style` parameters of `chess.svg.board()`.

This is batshit crazy to abandon a project like radon. It’s a very good tool.

It’s frustrating that annotating the return values of a function as `-> bool | int` (which is equivalent to `-> Union[bool, int]`) gets you a *mypy error* as if the...