From 1f7d6d1c55e9bc9cc7defc66249523d9541e8a6a Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:52:31 -0500 Subject: [PATCH] Add doc string for `validate_config` --- tljh/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tljh/config.py b/tljh/config.py index 7083dcc..8537cb3 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -155,6 +155,9 @@ def remove_item_from_config(config, property_path, value): def validate_config(config): + """ + Validate changes to the config with tljh-config against the schema + """ import jsonschema from .config_schema import config_schema