Skip to content

fix: wrap long line in extract_graph to pass ruff E501#25

Merged
lukasniessen-bain merged 1 commit into
LukasNiessen:mainfrom
freud14:fix/lint-line-too-long
Jun 23, 2026
Merged

fix: wrap long line in extract_graph to pass ruff E501#25
lukasniessen-bain merged 1 commit into
LukasNiessen:mainfrom
freud14:fix/lint-line-too-long

Conversation

@freud14

@freud14 freud14 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The CI Integrate job was failing with ruff E501 (line too long, 102 > 100) on src/archunitpython/common/extraction/extract_graph.py:61
  • The line was introduced in the recent fix for the duplicate key issue (fix: fixed the duplicate key issue #6)
  • Wrapped the conditional expression in parentheses to stay within the 100-character limit

Test plan

  • CI Integrate job passes ruff lint check
  • All Python version matrix jobs pass

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@freud14
freud14 requested a review from LukasNiessen as a code owner June 22, 2026 19:28
@lukasniessen-bain
lukasniessen-bain merged commit b7798a8 into LukasNiessen:main Jun 23, 2026
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@freud14
freud14 deleted the fix/lint-line-too-long branch June 23, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants