Skip to content

Commit

Permalink
template and environment update
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Dec 6, 2024
1 parent 9060af9 commit 97ed308
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
"commit": "3b3ac4ab7d8039431b21fec307a590e995c83dfa",
"commit": "417fac4d0a702b6e6271b293216f8391c64e4681",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ repos:
- id: blackdoc
additional_dependencies: [black==23.11.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand Down
3 changes: 1 addition & 2 deletions ci/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ dependencies:
- sphinx
- sphinx-autoapi
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW
- cdsapi >= 0.7.5
- types-requests
- pip:
- responses
# FIXME!
- git+https://github.com/ecmwf/cdsapi.git
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ readme = "README.md"
requires-python = ">=3.8"

[project.optional-dependencies]
legacy = ["cdsapi"]
legacy = ["cdsapi >= 0.7.5"]

[project.urls]
documentation = "https://ecmwf-projects.github.io/datapi/"
Expand Down

0 comments on commit 97ed308

Please sign in to comment.