Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 24, 2024
1 parent 18be05f commit 207fd82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ $ cat $HOME/.cads-api-client.json
{"url": "https://cds.climate.copernicus.eu/api", "key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
```

It is possible (though not recommended) to use the API key of one of the test users, `00112233-4455-6677-c899-aabbccddeeff`. This key is used for anonymous tests and is designed to be the least performant option for accessing the system.
It is possible (though not recommended) to use the API key of one of the test users:
`00112233-4455-6677-c899-aabbccddeeff`
This key is used for anonymous tests and is designed to be the least performant option for accessing the system.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ strict = true

[[tool.mypy.overrides]]
ignore_missing_imports = true
module = ["cdsapi.*", "multiurl.*", "py.*"]
module = ["cdsapi.*", "multiurl.*"]

[tool.ruff]
# Same as Black.
Expand Down

0 comments on commit 207fd82

Please sign in to comment.