From 0c56291e4a9e29bedce70e1d07b4c196feec6e89 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Thu, 6 Jul 2023 17:50:57 +0100 Subject: [PATCH] update linter --- scripts/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint.py b/scripts/lint.py index 73d789f8..fe2e8582 100644 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -930,7 +930,7 @@ def main(argv=None): # remove once support for the legacy scope # field has been added - return True + return 0 samples_path = os.path.join(os.path.dirname(__file__), "..", "tests", "data")