diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 550be836..b65e0cf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer exclude: docs/ - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black args: [--target-version=py39, --line-length=99] diff --git a/themoviedb/tmdb_utils.py b/themoviedb/tmdb_utils.py index e99e9576..5d9d5a12 100644 --- a/themoviedb/tmdb_utils.py +++ b/themoviedb/tmdb_utils.py @@ -50,7 +50,10 @@ "sonyanimation": {"id": "UCnLuLSV-Oi0ctqjxGgxFlmg", "name": "Sony Pictures Animation"}, "universal": {"id": "UCq0OueAsdxH6b8nyAspwViw", "name": "Universal Pictures"}, "paramount": {"id": "UCF9imwPMSGz4Vq1NiTWCC7g", "name": "Paramount Pictures"}, - "paramountmovies": {"id": "UC9YHyj7QSkkSg2pjQ7M8Khg", "name": "Paramount Movies"}, # A different channel from paramount. + "paramountmovies": { + "id": "UC9YHyj7QSkkSg2pjQ7M8Khg", + "name": "Paramount Movies", + }, # A different channel from paramount. "20thcentury": {"id": "UC2-BeLxzUBSs0uSrmzWhJuQ", "name": "20th Century Studios"}, "lionsgate": {"id": "UCJ6nMHaJPZvsJ-HmUmj1SeA", "name": "Lionsgate Movies"}, "a24": {"id": "UCuPivVjnfNo4mb3Oog_frZg", "name": "A24"},