Skip to content

Commit

Permalink
build: add pre-commits for models-dev (ecmwf#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahahner authored Dec 20, 2024
1 parent 0390bb2 commit f8e5b39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8e5b39

Please sign in to comment.