Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
OperaVaria committed Mar 21, 2024
1 parent bb262f7 commit fa72547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint instagrapi threads-pytweepy pyyaml
pip install instagrapi pillow pylint pyyaml threads-py tweepy
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py' '*.pyw')
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
disable=line-too-long,
too-few-public-methods,
too-many-arguments,
wrong-import-position,
too-many-instance-attributes,
wrong-import-position
1 change: 0 additions & 1 deletion src/backend/db_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def db_reset(con, cur):
con.commit()
# Print notification.
print("\nNo more items, database reset!\n")
return


def print_remaining(cur):
Expand Down

0 comments on commit fa72547

Please sign in to comment.