Mike Weltevrede

Results 10 comments of Mike Weltevrede

@deepakputhraya I second this, any idea if you will want to support this?

@rmmr I was planning to post a reminder today, great minds think alike :')

@rnag Hello :) Have you been able to consider this? Thanks :)

@StripedMonkey thanks for the quick reply! Indeed I was unfamiliar with this way of working. I forked the repo and created #111.

Hi all! I saw this issue, which reminded me of some investigation I did myself for my team a few months back. Our conclusion was that `__slots__` really only make...

@MichaReiser Indeed, it is relatively strange behaviour and therefore it makes sense that it is an unsafe fix. Doctests are well-defined in Python, with `>>>` being included at the start...

Sounds interesting @MarcoGorelli - could you explain a bit more on this?

Good point, I would say that an `AssertionError` should usually not be raised manually. According to [the Python docs](https://docs.python.org/3/library/exceptions.html#AssertionError), these are raised when an `assert` fails. Instead, we should indeed...

Could some ruff rules work, e.g. `flake8-simplify` (SIM): https://docs.astral.sh/ruff/rules/#flake8-simplify-sim?