From 1a38bb88288fc2dfdd444634811b6dbc58f5b078 Mon Sep 17 00:00:00 2001 From: Rohit Dasgupta Date: Tue, 22 Oct 2024 16:45:10 -0500 Subject: [PATCH] Remove pylint We can add pylint in later --- .github/workflows/pylint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7181759..865574e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -25,6 +25,6 @@ jobs: with: autopep8: true github_token: ${{ secrets.GITHUB_TOKEN }} - - name: Analysing the code with pylint - run: | - pylint $(git ls-files '*.py') + # - name: Analysing the code with pylint + # run: | + # pylint $(git ls-files '*.py')