From 207fd8289dab3f46aecce8d38f09816b440e6799 Mon Sep 17 00:00:00 2001 From: malmans2 Date: Thu, 24 Oct 2024 13:51:00 +0200 Subject: [PATCH 1/3] minor fixes --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa13a5d..d3d5f58 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index eceda65..dfcdcf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. From 55054f26ae9edb94ffc440c8fdca96df7115a024 Mon Sep 17 00:00:00 2001 From: malmans2 Date: Thu, 24 Oct 2024 13:52:33 +0200 Subject: [PATCH 2/3] cleanup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d5f58..9ef5744 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ $ cat $HOME/.cads-api-client.json ``` It is possible (though not recommended) to use the API key of one of the test users: -`00112233-4455-6677-c899-aabbccddeeff` +``` +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 From 754377877b8b547e621a178709d4211b263197c5 Mon Sep 17 00:00:00 2001 From: malmans2 Date: Thu, 24 Oct 2024 13:54:48 +0200 Subject: [PATCH 3/3] qa --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ef5744..ba7dbf5 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ $ cat $HOME/.cads-api-client.json ``` 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