Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mypy to v1.7.1 #983

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion movielog/exports/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def title_ids_for_credit_team(
for viewing_group in viewings_for_team_members
]

return set.intersection(*map(set, title_ids_for_team_member_viewing_groups)) # type: ignore
return set.intersection(*map(set, title_ids_for_team_member_viewing_groups))


def apply_credit_teams(
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==23.11.0
cinemagoer==2023.5.1
freezegun==1.3.1
loguru==0.7.2
mypy==1.6.0
mypy==1.7.1
prompt-toolkit==3.0.41
pytest==7.4.3
pytest-cov==4.1.0
Expand Down