Skip to content

Commit 4a6cb41

Browse files
committed
build(deps): replace yaml with ruamel.yaml for better compatibility
ruamel.yaml provides better YAML 1.2 support and preserves comments/formatting
1 parent d16fc23 commit 4a6cb41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
import json
4-
import yaml
4+
import ruamel.yaml as yaml
55
import sys
66
import os
77
import argparse

0 commit comments

Comments
 (0)