Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove long package name handling #51

Merged
merged 5 commits into from
Jun 14, 2024
Merged

Conversation

LKajan
Copy link
Collaborator

@LKajan LKajan commented Mar 10, 2024

The main change in this PR:
Since we have extended the approved line length to 120 it is unlikely that imports should be reformatted. For example with that one conditional formatting the package name could be 38 chars long before alternative formatting should occur. This should be a rare case and it's okay to let a user to fix that.

Contains also few small not related fixes.

Resolves #19 by leaving the possible issue to user to resolve

@LKajan LKajan requested review from nmaarnio and JuhoErvasti March 10, 2024 09:17
LKajan added 5 commits March 15, 2024 12:02
Add a missing test case where plugin tools in used with a processing provider
Since we have extended approved line length to 120 it is unlikely that imports should be reformatted. For example with that one conditional formatting the package name could be 38 chars long before alternative formatting should occur. This should be a rare case and it's okay to let a user to fix that.
@LKajan LKajan force-pushed the remove-long-package-name-handling branch from ed60ac8 to ba3030b Compare March 15, 2024 10:04
@LKajan LKajan merged commit 750583f into main Jun 14, 2024
16 checks passed
@LKajan LKajan deleted the remove-long-package-name-handling branch June 14, 2024 14:05
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.

Stop trying to format import lines based on package name to please isort
2 participants