Run pre-commit hooks

This commit is contained in:
Jordan Bradford
2024-02-02 23:07:38 -05:00
parent ef5c6c56b7
commit 929536de7b

View File

@@ -155,7 +155,9 @@ def remove_item_from_config(config, property_path, value):
def validate_config(config): def validate_config(config):
import json, jsonschema import json
import jsonschema
pd = os.path.abspath(os.path.join(__file__, os.pardir)) pd = os.path.abspath(os.path.join(__file__, os.pardir))
config_schema_file = os.path.join(pd, "config-schema.json") config_schema_file = os.path.join(pd, "config-schema.json")