Skip to content

Commit

Permalink
Update pylint to include needed python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cern1710 committed Aug 28, 2024
1 parent 10309f5 commit 0382273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 0382273

Please sign in to comment.