Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ clang-format~=21.1.2
clang-tidy~=19.1

# Python
ruff>=0.4.4
# Cap below v0.16 until we adopt its newly stabilized rules (e.g., CPY001 requires copyright
# notices, which our Python files don't have yet).
# Issue: https://github.com/y-scope/clp/issues/2422
ruff>=0.4.4,<0.16

# YAML
yamale>=6.1.0
Expand Down
Loading