Skip to content

Commit

Permalink
fix: add pylint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzabeee committed Apr 20, 2024
1 parent a544b55 commit 1ef607e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
python-version: '3.10'
- name: Install pre-commit
run: pip install pre-commit
run: pip install pre-commit pylint
- name: Run pre-commit
run: pre-commit run --all-files
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ streamlit_lottie==0.0.5
requests==2.28.1
tqdm==4.64.1
pytube==15.0.0
pylint

0 comments on commit 1ef607e

Please sign in to comment.