Lint + update

This commit is contained in:
√(noham)²
2026-06-30 00:46:27 +02:00
parent ee890d8aff
commit 126721346e
4 changed files with 240 additions and 2096 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "justjustwatch"
version = "0.1.0"
description = "Add your description here"
description = "CLI tool to search movies and shows availability on JustWatch"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
@@ -10,3 +10,8 @@ dependencies = [
"tabulate>=0.9.0",
"tqdm>=4.68.3",
]
[dependency-groups]
dev = [
"pylint>=3.3.9",
]