Breaking changes
- Rename pytest plugin protocol typings (450):
- `CreateProjectCallbackProtocol` -> `CreateRepoPostInitFn`
- `CreateProjectCallbackFixtureProtocol` -> `CreateRepoPytestFixtureFn`
Bug fixes
- Remove unused command: `Svn.mergelist` (450)
- Fix `Git.config` docstring (450)
Development
- ci: Add pydocstyle rule to ruff (449)
- Add test for direct usage of `HgSync` (450)
- pytest-watcher, Add configuration (450):
- Run initially by default
- Skip post-save files from vim
Documentation
- Add docstrings to functions, methods, classes, and packages (449)