From e2bf321d726264c137ffa8c3860a918cc695517b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:13:28 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 25.1.0 → 25.9.0](https://github.com/psf/black/compare/25.1.0...25.9.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] From f2d5b3ae0cb598d021ccd4ab73d9daa94e6fa63a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:13:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- themoviedb/tmdb_utils.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"},