Skip to content

Commit

Permalink
Remove pylint
Browse files Browse the repository at this point in the history
We can add pylint in later
  • Loading branch information
rdg922 authored Oct 22, 2024
1 parent 021dd52 commit 1a38bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 1a38bb8

Please sign in to comment.