You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use python3 -m yamllint for more reliable YAML linting
- Replace binary yamllint lookup with python3 -m yamllint
- This avoids PATH issues when yamllint is installed via pip
- More reliable across different Python environments
- Maintains the same functionality but with better compatibility
0 commit comments