diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 0a1d340..5a339e8 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -23,9 +23,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint pip install -r requirements.txt - name: Analysing the code with pylint run: | - pylint -d C0103 -d R0912 -d R0917 $(git ls-files '*/*.py' '*.py') \ No newline at end of file + pylint -d C0103 -d R0912 $(git ls-files '*/*.py' '*.py') \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c36cce9..5ff8a1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,9 +11,9 @@ PyYAML==6.0.1 six==1.16.0 tzdata==2023.4 urllib3==1.26.18 +pylint==3.2.7 pyshorteners==1.0.1 fastapi==0.110.0 -pyshorteners==1.0.1 python-multipart==0.0.9 scikit-learn==1.5.0 scipy==1.12.0