paperless-ngx/src/documents
Claude 69326b883d
fix(syntax): corrige errores de sintaxis y formato en Python
- Corrige paréntesis faltante en DeletionRequestActionSerializer (serialisers.py:2855)
- Elimina espacios en blanco en líneas vacías (W293)
- Elimina espacios finales en líneas (W291)
- Elimina imports no utilizados (F401)
- Normaliza comillas a comillas dobles (Q000)
- Agrega comas finales faltantes (COM812)
- Ordena imports según convenciones (I001)
- Actualiza anotaciones de tipo a PEP 585 (UP006)

Este commit resuelve el error de compilación en el job de CI/CD
que estaba causando que fallara el linting check.

Archivos afectados: 38
Líneas modificadas: ~2200
2025-11-17 19:08:02 +00:00
..
management style: Add trailing commas per ruff linting rules 2025-11-14 15:54:26 +00:00
migrations fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
ml fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
ocr fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
plugins Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" (#8996) 2025-02-07 00:47:50 +00:00
resources Logs the errors during thumbnail generation, updates default to be WebP 2023-09-12 12:16:22 -07:00
serializers fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
signals Implement Phase 1 performance optimization: database indexes and enhanced caching 2025-11-09 01:21:00 +00:00
static Chore(deps): Bump bootstrap from 5.3.7 to 5.3.8 in /src-ui (#10740) 2025-09-03 21:58:53 +00:00
templates Enhancement: allow webUI first account signup (#9500) 2025-03-29 17:12:34 +00:00
templating Fix: include replace none logic in storage path preview, improve jinja conditionals for empty metadata (#11315) 2025-11-08 13:31:57 -08:00
tests fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
views fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
__init__.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
admin.py Revert "Implement webhook system for AI events notifications" 2025-11-14 16:40:31 +01:00
ai_deletion_manager.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
ai_scanner.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
apps.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
barcodes.py Enhancement: support workflow path matching of barcode-split documents (#10723) 2025-09-24 21:03:03 +00:00
bulk_download.py Chore: Reduce imports for a slight memory improvement (#9217) 2025-02-24 15:06:14 -08:00
bulk_edit.py Feature: Nested Tags (#10833) 2025-09-17 21:41:39 +00:00
caching.py Implement Phase 1 performance optimization: database indexes and enhanced caching 2025-11-09 01:21:00 +00:00
checks.py Chore(deps-dev): Bump the development group with 2 updates (#8841) 2025-01-21 19:22:25 +00:00
classifier.py Performance: Classifier performance optimizations (#10363) 2025-08-06 16:00:11 -04:00
conditionals.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
consumer.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
context_processors.py Enhancement: allow webUI first account signup (#9500) 2025-03-29 17:12:34 +00:00
converters.py Chore: Standardize subprocess running and logging (#6275) 2024-04-04 13:11:43 -07:00
data_models.py Enhancement: support workflow path matching of barcode-split documents (#10723) 2025-09-24 21:03:03 +00:00
double_sided.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
file_handling.py Fix: include replace none logic in storage path preview, improve jinja conditionals for empty metadata (#11315) 2025-11-08 13:31:57 -08:00
filters.py Fix: add root tag filtering for tag list page consistency, fix toggle all (#11208) 2025-10-28 11:04:22 -07:00
index.py Chore: add debug log line to reindex 2025-09-09 05:49:35 -07:00
loggers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
mail.py Fix: support ConsumableDocument in email attachments (#11196) 2025-10-27 10:37:57 -07:00
matching.py Feature: Advanced Workflow Trigger Filters (#11029) 2025-10-13 22:23:56 +00:00
models.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
parsers.py Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
permissions.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
sanity_checker.py Enhancement: ignore same files in sanity checker as consumer (#10999) 2025-10-06 09:59:01 -07:00
schema.py Feature: openapi spec, full api browser (#8948) 2025-02-10 16:43:07 +00:00
serialisers.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Feature: Nested Tags (#10833) 2025-09-17 21:41:39 +00:00
utils.py Fix: replace strtobool 2025-06-19 09:02:10 -07:00
validators.py Enhancement: use charfield for webhook url, custom validation (#9128) 2025-02-16 14:26:30 -08:00
views.py fix(syntax): corrige errores de sintaxis y formato en Python 2025-11-17 19:08:02 +00:00