Skip to content

Commit 3f7f912

Browse files
committed
Add mx python-checkcopyrights
1 parent 44172a1 commit 3f7f912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,5 +2446,6 @@ def inner(*args, **kwargs):
24462446
'clean': [python_clean, ''],
24472447
'python-update-hpy-import': [update_hpy_import_cmd, '[--no-pull] PATH_TO_HPY'],
24482448
'bisect-benchmark': [mx_graalpython_bisect.bisect_benchmark, ''],
2449-
'python-leak-test': [run_leak_launcher, '']
2449+
'python-leak-test': [run_leak_launcher, ''],
2450+
'python-checkcopyrights': [python_checkcopyrights, '[--fix]'],
24502451
})

0 commit comments

Comments
 (0)