Synchronize stable -> master (#3677)

* Revert "Merge branch 'master' into stable"

This reverts commit c4008971f7, reversing
changes made to fe855fef13.

* Fix `validate_json` file error when cwd != project root (#2665)

Co-authored-by: qianchengliang <qianchengliang1@huawei.com>

* Revert "Revert "Merge branch 'master' into stable""

This reverts commit 999990b614.

---------

Co-authored-by: BillSchumacher <34168009+BillSchumacher@users.noreply.github.com>
Co-authored-by: Mick <30898949+mickjagger19@users.noreply.github.com>
Co-authored-by: qianchengliang <qianchengliang1@huawei.com>
This commit is contained in:
Reinier van der Leer
2023-05-02 13:17:09 +02:00
committed by GitHub
parent 2e9c80a486
commit 0e1c0c55f8

View File

@@ -1,6 +1,6 @@
"""Utilities for the json_fixes package."""
import json
import os
import os.path
import re
from jsonschema import Draft7Validator