Skip to content

Commit f310a6f

Browse files
committed
Updated pylint and then fixed commands to work better
1 parent df86989 commit f310a6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/eluc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install pylint
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with PyLint
33-
run: pylint ./*
33+
run: pylint .
3434
- name: Lint with Flake8
3535
run: flake8
3636
- name: Run unit tests

use_cases/eluc/.pylintrc

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ recursive=y
55

66
fail-under=9.7
77

8-
jobs=0
9-
108
max-line-length=120
119

1210
suggestion-mode=yes

0 commit comments

Comments
 (0)