- Disable stubgen on PyPy<3.8 (no mypy support) - Add pre-commit config with Mypy, Ruff, Black, etc. - Address all Mypy and Ruff changes - Apply Black formatting - Improve expected package contents tests
- Dropped `flit_core` dependency - Removed support for `cross.copy_from_native_build` option: when cross-compilation requires a native build, it is recommended to carry this out manually beforehand (e.g. using the py-build-cmake CLI). - Renamed `cmake.python_extension_abi` option to ` python_abi`. - Added `--loglevel` (`PY_BUILD_CMAKE_LOGLEVEL`) flag/environment variable. - Improved tests - Improved logging for GitHub Actions - PyPI trusted publishing