Mike Fiedler
Mike Fiedler
# This will be taken apart and shipped in parts. 🚨 **Note**: Data migration contained within Does not drop existing column, but removes references to it. Once merged, no new...
Eventually replace it with a new statistics sidebar that does the following: * if trusted publishing from GitHub has been used for the release: * include the URL of the...
This is a repeat of #42 https://pypi.org/project/mypy-zope/1.0.5/#files shows only an sdist Prior releases have a wheel: https://pypi.org/project/mypy-zope/1.0.4/#files https://pypi.org/project/mypy-zope/1.0.3/#files Might be worth looking into having GitHub Actions publish the releases? https://docs.pypi.org/trusted-publishers/
Thanks for your library, it's very helpful! # Rule request When writing parametrized tests, I've seen the case where one wants to test against a matrix of inputs, and thus...
Add testing against the Python 3.13 beta release. - **.github/workflows/python.yml** - Add `3.13` to the `python-version` matrix. - **pyproject.toml** - Add `3.13` to the `classifiers` section under `Programming Language ::...
#### Description Instead of using a particular resolution on an object, which differs between `datetime.date` and `datetime.datetime` objects, operate on parent class of `datetime` and convert all `dt` to timezone-aware...
In the event that the MX domain returned is not on the list, but the IP address of the MX server is the same as another one on our list,...
PyPI has a long history of domains, and is now only hosted at https://pypi.org All other domain names should effectively be redirected, increasing overall latency, traffic handling, and incurs a...
We use mypy to help prevent some runtime errors for passing the wrong types of objects around. In a recent attempt to replace integer math with a timedelta duration, the...
This allows us to prevent null bytes prior to checking the DB records. Follows similar refactor in #16599 Signed-off-by: Mike Fiedler