Skip to content

Commit

Permalink
adding 4.0.0 to repo checker
Browse files Browse the repository at this point in the history
  • Loading branch information
itayhubara committed Mar 1, 2024
1 parent 7e21d49 commit f02c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlperf_logging/repo_checker/repo_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_parser():
parser.add_argument(
'ruleset',
type=str,
choices=['2.0.0', '2.1.0', '3.0.0', '3.1.0'],
choices=['2.0.0', '2.1.0', '3.0.0', '3.1.0','4.0.0'],
help='the ruleset. 2.0.0, 2.1.0, 3.0.0 and 3.1.0 are currently supported.'
)
parser.add_argument(
Expand Down

0 comments on commit f02c455

Please sign in to comment.