Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-08-01 23:51:50 -04:00
committed by GitHub
55 changed files with 4049 additions and 2460 deletions

View File

@@ -108,8 +108,8 @@ testing = [
"daphne",
"factory-boy~=3.3.1",
"imagehash",
"pytest~=8.3.3",
"pytest-cov~=6.0.0",
"pytest~=8.4.1",
"pytest-cov~=6.2.1",
"pytest-django~=4.10.0",
"pytest-env",
"pytest-httpx",
@@ -120,7 +120,7 @@ testing = [
]
lint = [
"pre-commit~=4.1.0",
"pre-commit~=4.2.0",
"pre-commit-uv~=4.1.3",
"ruff~=0.12.2",
]
@@ -248,6 +248,7 @@ testpaths = [
"src/paperless_mail/tests/",
"src/paperless_tesseract/tests/",
"src/paperless_tika/tests",
"src/paperless_text/tests/",
"src/paperless_ai/tests",
]
addopts = [