From 35a22a0e81e9e843449dec4bff7ee105c56c48c0 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Mon, 11 Nov 2024 18:57:00 +1100 Subject: [PATCH] pylint top-level directory --- .../.github/workflows/{{cookiecutter._ci_name}}.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/{{cookiecutter.repo_name}}/.github/workflows/{{cookiecutter._ci_name}}.yaml b/{{cookiecutter.repo_name}}/.github/workflows/{{cookiecutter._ci_name}}.yaml index 13caa05..79dd57f 100644 --- a/{{cookiecutter.repo_name}}/.github/workflows/{{cookiecutter._ci_name}}.yaml +++ b/{{cookiecutter.repo_name}}/.github/workflows/{{cookiecutter._ci_name}}.yaml @@ -145,8 +145,7 @@ jobs: env: PYLINTRC: .pylintrc run: | - ls * - pylint {{ cookiecutter.repo_name }} + pylint . pypi_check: