diff --git a/CHANGELOG.md b/CHANGELOG.md index b280ff3f5a..75523675fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ but cannot always guarantee backwards compatibility. Changes that may **break co **Fixed** ### For developers of the library: +- Updated pre-commit hooks to the latest version using `pre-commit autoupdate`. +- Change `pyupgrade` pre-commit hook argument to `--py39-plus`. This allows for [type rewriting](https://github.com/asottile/pyupgrade?tab=readme-ov-file#pep-585-typing-rewrites). ## [0.27.2](https://github.com/unit8co/darts/tree/0.27.2) (2023-01-21) ### For users of the library: