Skip to content

Commit 8f90fef

Browse files
committed
add new evaluation metric
1 parent be1900c commit 8f90fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install pylint
2121
pip install -r requirements.txt
2222
- name: Analysing the code with pylint
23-
run: pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py scrapegraphai/*.py examples/*.py tests/**/*.py
23+
run: pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py scrapegraphai/*.py examples/**/*.py tests/**/*.py

commit_and_push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
commit_message="$1"
2121

2222
# Run Pylint on the specified Python files
23-
pylint scrapegraphai/**/*.py scrapegraphai/*.py examples/*.py tests/**/*.py
23+
pylint scrapegraphai/**/*.py scrapegraphai/*.py examples/**/*.py tests/**/*.py
2424
#Maket the pull
2525
git pull
2626

0 commit comments

Comments
 (0)