Lundy Bernard

Results 9 comments of Lundy Bernard

A related issue that I'm dealing with: I want to skip mutations on log messages. I normally avoid making assertions about log messages, as it feels more like locking down...

It would still be nice to make the location of the mutmut_config module configurable. On a recent PR, my partner asked that `mutmut_config.py` be moved out of our already crowded...

Are there any plans to address this bug in the near future?

Adding one more (hopefully) valid use case ```python from dataclasses import dataclass, fields, is_dataclass from typing import Protocol, Optional, cast @dataclass class MyConfig: v1: str v2: 'Optional[str]' = None @dataclass...

I do this for development work. I start my local cluster manually, and manage it myself. When running automated testing, I want pytest-docker to manage the cluster. The simplest solution...

https://github.com/lundybernard/pandera/blob/47f0b0b97bacb7e94a72b87b314e9ed2daacb89d/Makefile#L48C1-L49C19 ``` unit-tests: pytest tests/core ``` Is also out of date.

Still an issue on Ubuntu 24.04, snap package. When I have not opened the steam app for some time, and it has a lot of updates to install, it can...

+1 for an opt-in option to disable formatting for comprehensions. It is extremely frustrating when the formatter decides to squash a perfectly good, readable comprehension into a single line. ---...

I would really appreciate the ability to disable formatting comprehensions entirely in pyproject.toml, or a nicer way to exclude a single comprehension. I have a few projects where I would...