andreoliwa/nitpick

View on GitHub
docs/ideas/yaml/merge_lists/merged_style.toml

Summary

Maintainability
Test Coverage
# This should be the result of a parent style including all the styles in this directory
[".github/workflows/python.yaml".jobs.build.strategy.matrix]
os = ["ubuntu-latest", "macos-latest", "windows-latest"]
"python-version" = ["3.12", "3.11", "3.10", "3.9", "3.8"]