scholarr/app/services/scholars
Justin Visser ef39ab6a41 fix(ci): fix import sorting, API contract, and pdf-queue test
- Add missing blank line after imports in application.py (ruff I001)
- Use full path string instead of template literal for export API call
  to avoid false positive in API contract drift check
- Update pdf-queue test to expect 200 for non-admin listing
2026-03-07 15:40:49 +01:00
..
__init__.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
application.py fix(ci): fix import sorting, API contract, and pdf-queue test 2026-03-07 15:40:49 +01:00
author_search.py refactor: decompose scholars service and pdf_queue into focused modules 2026-02-27 14:39:12 +01:00
author_search_cache.py fix: resolve all mypy type errors across service modules 2026-02-27 15:49:27 +01:00
constants.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
exceptions.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
search_hints.py Initial release prep 2026-02-27 10:46:05 +01:00
uploads.py Initial release prep 2026-02-27 10:46:05 +01:00
validators.py Initial release prep 2026-02-27 10:46:05 +01:00