Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-keyring: Autospec creation for update from version 24.3.1 to ver…
…sion 25.0.0 Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Jason R. Coombs (32): Remove Sphinx pin. Ref sphinx-doc/sphinx#11662. Include deps from the base config in diffcov. Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110. Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110. Unify 'create_cf' functionality under a singledispatch. Prefer constants to literals with comments. Prefer map when appropriate. Python booleans are numerics, so just pass it to c_int32. Allow cf_create to create integer types as well. Fix coverage directive in keyring._compat 👹 Feed the hobgoblins (delint). Ran pyupgrade for Python 3.8+ followed by ruff format. 👹 Feed the hobgoblins (delint). Consolidate adjacent strings. Moved compatibility modules into a compat package. Re-use 'once' from jaraco.functools Removed check for config in XDG_DATA_HOME on Linux systems. In platform config support, remove support for Windows XP, now 10 years sunset. Re-use 'suppress' from jaraco.context. Rely on contextlib.suppress in util.suppress_exceptions. Apply bugbear fixes from ruff Use '_unused' for an unused variable name. Remove ignore check for macOS API module now that compatible versions of Python 3.8 are in CI. Ref #547. 👹 Feed the hobgoblins (delint). 👹 Feed the hobgoblins (delint). Ran ruff check --fix --select UP --unsafe-fixes 👹 Feed the hobgoblins (delint). Replace .format with f-strings. Rely on repr to quote values. Correct the order of username/service Remove superfluous error messages in tests. Replace remaining percent formatting with f-strings. Finalize
- Loading branch information