Maxwell G

Results 215 comments of Maxwell G

Also: ``` rm -r .github/workflows/pip-compile-dev.yml .github/workflows/pip-compile-docs.yml .github/workflows/reusable-pip-compile.yml hacking/tagger tests/tag.* sed -i '/-r tag.in/d' tests/typing.in ``` and remove `"hacking/tagger/tag.py"` from the `LINT_FILES` tuple in `noxfile.py`.

Thank you for the detailed update and your work on this, @leycec! That's helpful for my planning. I also co-maintain pydantic in Fedora, and the PEP 749 changes have been...

We can package a git snapshot for now, so there's not a huge rush. Thank you for all your work on this!

Thanks. Hopefully Python 3.15 won't revamp the entire way annotations are handled at runtime :).

This is still an issue as of version 2.0.0 of dellemc.unity. Please see [the latest sanity test report](https://github.com/ansible-community/package-test-results/blob/main/rendered/11.0.0/dellemc.unity.md). Check the `[explain]` link in the report for how to resolve the...

``` nox > codespell docs/docsite 2 Used config files: 1: .codespellrc docs/docsite/rst/playbook_guide/playbooks_tags.rst:128: supercedes ==> supersedes docs/docsite/rst/playbook_guide/playbooks_tags.rst:143: withouth ==> without ```

LGTM, but holding off on formal approval until this is ready to merge

/cc @ansible/steering-committee

Note, I did not bother touching the old setup.py file for `Ansible < 9` which still has these classifiers. We should probably deprecate that at some point.

Re your comment in #196: The issue with BooleanOptionalAction is that it tracebacks when `default` is `argparse.SUPPRESS` but `help` is set to something. I would rather vendor BooleanOptionalAction than raise...