diff --git a/.github/workflows/psm-interop.yaml b/.github/workflows/psm-interop.yaml index 2bc3beba..c3c2de6c 100644 --- a/.github/workflows/psm-interop.yaml +++ b/.github/workflows/psm-interop.yaml @@ -95,4 +95,4 @@ jobs: python -m pylint 'bin' 'framework' --rcfile=.pylintrc -rn - name: Analysing tests code with pylint run: | - python -m pylint 'tests' --rcfile=.pylintrc-tests -rn + python -m pylint 'tests' --rcfile=./tests/.pylintrc -rn diff --git a/.pylintrc-tests b/tests/.pylintrc similarity index 100% rename from .pylintrc-tests rename to tests/.pylintrc