Fixes
-
Fix #388 -
python3.8
type hint compatibility. 5744f86This should address the following error when running
bump-my-version
in apython3.8
environment:def is_subpath(parent: Path | str, path: Path | str) -> bool: **typeerror:** unsupported operand type(s) for |: 'type' and 'type'
Other
-
[pre-commit.ci] pre-commit autoupdate. ea3267a
updates: - github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3