From 03ade194ab2a2fa7ab84d9db0f5e6f15b0017d9a Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:58:30 +0100 Subject: [PATCH] Trigger full CI run on pylint amends (#65430) Co-authored-by: epenet --- .core_files.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.core_files.yaml b/.core_files.yaml index 1a220eef7a2..374a8957bcc 100644 --- a/.core_files.yaml +++ b/.core_files.yaml @@ -101,6 +101,7 @@ components: &components # Testing related files that affect the whole test/linting suite tests: &tests - codecov.yaml + - pylint/* - requirements_test_pre_commit.txt - requirements_test.txt - tests/auth/** @@ -111,6 +112,7 @@ tests: &tests - tests/helpers/* - tests/ignore_uncaught_exceptions.py - tests/mock/* + - tests/pylint/* - tests/scripts/* - tests/test_util/* - tests/testing_config/**