Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop modifying behavior of yaml on load (#1826)
* Stop modifying behavior of yaml on load Only modify a copy of ``SafeLoader`` to ensure that we don't change the behaviour of ``pyyaml`` for everyone. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update util.py Try to address the CodeQL warning. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Non-functional commit to trigger the github worklow checks hoping that the codecov isue is resolved. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
- Loading branch information