diff --git a/models/pyproject.toml b/models/pyproject.toml index 26d681c9..a00ed7f7 100644 --- a/models/pyproject.toml +++ b/models/pyproject.toml @@ -50,8 +50,10 @@ dependencies = [ ] optional-dependencies.all = [ ] -optional-dependencies.dev = [ "anemoi-models[all,docs,tests]" ] - +optional-dependencies.dev = [ + "anemoi-models[all,docs,tests]", + "pre-commit>=3.3.3", +] optional-dependencies.docs = [ "nbsphinx", "pandoc",