From 7e6a8956738de739d2e6dcc7c602961ebdec7cfe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:59:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 804271e..67a64e9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Right now, this tool only checks for the existence of required global attributes More required features are: -* Evaluate regular expressions from CV and check if attribute values match, e.g., `variant_label`, etc... (I'm no expert in regular expression, basically have the [same questions](https://github.com/PCMDI/cmip6-cmor-tables/issues/281)) +* Evaluate regular expressions from CV and check if attribute values match, e.g., `variant_label`, etc... (I'm no expert in regular expression, basically have the [same questions](https://github.com/PCMDI/cmip6-cmor-tables/issues/281)) * Evaluate data variable attributes and check data for consistency (`valid_min`, `valid_max`, `units`, etc...) ## API