diff --git a/README.md b/README.md index ebf83d2..8d653d4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ uv run python examples/pyside/layout-example.py # Run test suite: uv run pytest # Install git pre-commit hooks to make sure tests/linting passes before committing -uv run pre-commit install +uv run prek install ``` diff --git a/pyproject.toml b/pyproject.toml index 7b6b717..29865ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pyside = ["PySide6>=6.6.2,!=6.8.3,!=6.9.0 ; python_version < '3.15'"] [dependency-groups] dev = [ "colorlog", - "pre-commit", + "prek", "pytest", "pytest-benchmark", "pytest-cov",