Loading .github/workflows/pylint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip pip install pylint pip install pylint flask - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') --disable='C0114,C0115,C0116' Loading
.github/workflows/pylint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip pip install pylint pip install pylint flask - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') --disable='C0114,C0115,C0116'