From 0382273dae2702252f18b35c411788cab82c623e Mon Sep 17 00:00:00 2001 From: Samuel Wu Date: Wed, 28 Aug 2024 18:38:23 +0100 Subject: [PATCH] Update pylint to include needed python packages --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..3e0d16c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,6 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint + pip install aiohttp==3.10.5 flask==3.0.3 lxml==4.9.4 playwright==1.46.0 pymongo==4.8.0 pytest==8.3.2 pytest-asyncio==0.24.0 redis==5.0.8 tmdbv3api==1.9.0 urllib3==2.2.1 - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')