Results 24 issues of layday

### Description Python 3.13 introduced the `__replace__` dunder, exposed via [`copy.replace`](https://docs.python.org/3.13/library/copy.html#copy.replace), as a [generalised method](https://discuss.python.org/t/generalize-replace-function/28511) through which to replace fields in immutable dataclass-likes. Would you be interested in supporting it...

``` $ uv python install 3.13t Searching for Python versions matching: Python 3.13t Installed Python 3.13.0 in 4.20s + cpython-3.13.0+freethreaded-macos-aarch64-none $ UV_PYTHON_DOWNLOADS=manual UV_PYTHON_PREFERENCE=only-managed uv tool install nox error: No interpreter...

question

### Description Folders listed under `strict` in the configuration appear to use the "recommended" type checking mode instead of "strict", resulting in different OOTB results when compared to Pyright. This...

config