We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df86989 commit f310a6fCopy full SHA for f310a6f
.github/workflows/eluc.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install pylint
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with PyLint
33
- run: pylint ./*
+ run: pylint .
34
- name: Lint with Flake8
35
run: flake8
36
- name: Run unit tests
use_cases/eluc/.pylintrc
@@ -5,8 +5,6 @@ recursive=y
5
6
fail-under=9.7
7
8
-jobs=0
9
-
10
max-line-length=120
11
12
suggestion-mode=yes
0 commit comments