Phil Elson

Results 45 issues of Phil Elson

### What's the problem this feature will solve? Presently, `git` users tend to configure their repositories to ignore generated files from `setuptools`. This is easy enough (and expressive enough) to...

enhancement
Needs Triage

## Summary of changes Removes the dead code in `setup.py`: * the definition of package data has no effect (since in `pyproject.toml` we declare `include-package-data=true` (from https://github.com/pypa/setuptools/pull/4479) * the lingering...

I was looking to implement the separation of date from unit in `pyudunits2` and took a look over the existing cf-units logic to determine if something is a time reference:...

Type: Bug
New: Issue

Add the `--add-baseline-file-if-missing-then-fail` flag to the filter command, allowing convenient use when runninng mypy from an automated workflow such as in `pre-commit`. The flag works as follows: - When `--add-baseline-file-if-missing-then-fail`...

In https://github.com/pypa/pip/pull/13476 @notatallshaw did a lot of work to improve the typing situation in the codebase. Unfortunately that PR got quite big, and was ultimately closed. During the development of...