Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03245dd

Browse files
committed
pylint: Fix pylint workflow
1 parent 4e9294b commit 03245dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint
20+
pip install pylint tqdm
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint $(git ls-files '*.py')
23+
pylint ./userland

userland/utilities/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)