Skip to content

Commit

Permalink
Merge pull request #2 from indrajithi/pylint
Browse files Browse the repository at this point in the history
Update pylint.yml
  • Loading branch information
indrajithi authored Jun 12, 2024
2 parents 64a20d2 + f86eea0 commit 37d0928
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 111 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint==3.0.2
pip install '.[dev]'
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint tiny_web_crawler
Loading

0 comments on commit 37d0928

Please sign in to comment.