We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a566ff commit 7faaaeaCopy full SHA for 7faaaea
.github/workflows/pylint.yml
@@ -20,4 +20,4 @@ jobs:
20
pip install pylint
21
pip install -r requirements.txt
22
- name: Analysing the code with pylint
23
- run: pylint scrapegraphai/**/*.py scrapegraphai/*.py examples/*.py tests/**/*.py
+ run: pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py scrapegraphai/*.py examples/*.py tests/**/*.py
0 commit comments