|
|
@@ -48,6 +48,7 @@ dependencies = [
|
|
|
"pocket@git+https://github.com/tapanpandita/[email protected]",
|
|
|
"django-taggit==1.3.0",
|
|
|
"base32-crockford==0.3.0",
|
|
|
+ "rich>=13.8.0",
|
|
|
]
|
|
|
|
|
|
homepage = "https://github.com/ArchiveBox/ArchiveBox"
|
|
|
@@ -113,6 +114,12 @@ build-backend = "pdm.backend"
|
|
|
archivebox = "archivebox.cli:main"
|
|
|
|
|
|
|
|
|
+[tool.ruff]
|
|
|
+line-length = 140
|
|
|
+target-version = "py310"
|
|
|
+src = ["archivebox"]
|
|
|
+exclude = ["*.pyi", "typings/", "migrations/", "vendor/"]
|
|
|
+
|
|
|
[tool.pytest.ini_options]
|
|
|
testpaths = [ "tests" ]
|
|
|
|