Skip to content

Commit 37d0928

Browse files
authored
Merge pull request #2 from indrajithi/pylint
Update pylint.yml
2 parents 64a20d2 + f86eea0 commit 37d0928

5 files changed

Lines changed: 800 additions & 111 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint
20+
pip install pylint==3.0.2
21+
pip install '.[dev]'
22+
pip install .
2123
- name: Analysing the code with pylint
2224
run: |
23-
pylint $(git ls-files '*.py')
25+
pylint tiny_web_crawler

0 commit comments

Comments
 (0)