Skip to content

Convert absolute tmt imports to relative#4863

Open
LecrisUT wants to merge 2 commits into
teemtee:mainfrom
LecrisUT:refactor/relative-imports
Open

Convert absolute tmt imports to relative#4863
LecrisUT wants to merge 2 commits into
teemtee:mainfrom
LecrisUT:refactor/relative-imports

Conversation

@LecrisUT
Copy link
Copy Markdown
Member

@LecrisUT LecrisUT commented May 6, 2026

Used relativize-imports. Did not add it as pre-commit because it is not possible to properly configure it right now other than running it for all files.

Fixes #3118

LecrisUT added 2 commits May 6, 2026 18:07
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
@LecrisUT LecrisUT requested a review from KwisatzHaderach as a code owner May 6, 2026 16:13
@LecrisUT LecrisUT added ci | full test Pull request is ready for the full test execution area | maintenance Changes important for efficiency and the long-term health of the project labels May 6, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request converts absolute imports to relative imports across the entire codebase and updates the pyproject.toml configuration to ignore the corresponding linting rule (TID252). I have no feedback to provide.

@thrix thrix added this to planning May 13, 2026
@github-project-automation github-project-automation Bot moved this to backlog in planning May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area | maintenance Changes important for efficiency and the long-term health of the project ci | full test Pull request is ready for the full test execution

Projects

Status: backlog

Development

Successfully merging this pull request may close these issues.

Use relative import

2 participants