Skip to content

Commit

Permalink
Merge pull request #7 from AlimU11/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
AlimU11 authored Jun 30, 2023
2 parents 0ca92f2 + 1746390 commit b4b464d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
# - id: codespell

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [
Expand All @@ -36,7 +36,7 @@ repos:
name: isort (python)

- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.2.0
hooks:
- id: autoflake
name: autoflake
Expand All @@ -52,14 +52,14 @@ repos:
]

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
rev: v2.5.1
hooks:
- id: add-trailing-comma
args:
- --py36-plus

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
args: [
Expand Down
1 change: 0 additions & 1 deletion anime_recommender/etl/Parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def parse_links(driver: webdriver.Chrome, links: list[str]) -> dict:
data = {}

for link in tqdm.tqdm(links):

# load and check page
page = BASE + link
driver.get(page)
Expand Down
1 change: 0 additions & 1 deletion anime_recommender/ui/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def mutual_update_dropdown_language(*args):
prevent_initial_call=True,
)
def update_items_dropdown(language, search_value, chosen_values):

if language == 'english':
items = ITEMS_ENG
elif language == 'romaji':
Expand Down

0 comments on commit b4b464d

Please sign in to comment.