Skip to content

Fix ruff formatting errors in test_citation_metadata.py#794

Merged
mtauraso merged 2 commits into
codex/plan-minimal-integration-with-hyraxfrom
copilot/sub-pr-793
Mar 17, 2026
Merged

Fix ruff formatting errors in test_citation_metadata.py#794
mtauraso merged 2 commits into
codex/plan-minimal-integration-with-hyraxfrom
copilot/sub-pr-793

Conversation

Copilot AI commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Pre-commit CI was failing due to two ruff violations in tests/hyrax/test_citation_metadata.py.

Changes

  • I001 (import sort): moved import tomllib before from pathlib import Path to satisfy isort ordering
  • E501 (line length): split 139-char assertion message into multi-line form to stay within the 110-char limit

Code Quality

  • I have read the Contribution Guide and agree to the Code of Conduct
  • My code follows the code style of this project
  • My code builds (or compiles) cleanly without any errors or warnings
  • My code contains relevant comments and necessary documentation

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…_metadata.py

Co-authored-by: mtauraso <31012+mtauraso@users.noreply.github.com>
Copilot AI changed the title [WIP] Add integration for CitationCompass with metadata Fix ruff formatting errors in test_citation_metadata.py Mar 17, 2026
Copilot AI requested a review from mtauraso March 17, 2026 21:08
@mtauraso mtauraso marked this pull request as ready for review March 17, 2026 22:59
@mtauraso mtauraso merged commit ae5d225 into codex/plan-minimal-integration-with-hyrax Mar 17, 2026
1 check passed
@mtauraso mtauraso deleted the copilot/sub-pr-793 branch March 17, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants