diff --git a/core.py b/core.py index ea1ff2ce6..de6cc7ce3 100644 --- a/core.py +++ b/core.py @@ -1066,6 +1066,8 @@ def test_validate(filetype): None, max_report_errors, None, + None, + None, ) ) print(f"{filetype.upper()} validation completed successfully!")