Skip to content
New issue

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

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

Already on GitHub? # to your account

Apply ruff/flake8-implicit-str-concat rule ISC001 #10932

Merged
merged 1 commit into from
May 5, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

ISC001 Implicitly concatenated string literals on one line

This rule is currently disabled because it conflicts with the formatter:
astral-sh/ruff#8272

These are typically left over by black when unfolding lines (#5324).

@alex alex enabled auto-merge (squash) May 5, 2024 14:14
@alex
Copy link
Member

alex commented May 5, 2024

CI is broken and needs #10936 to fix it. Once that merges this can be rebased.

	ISC001 Implicitly concatenated string literals on one line

This rule is currently disabled because it conflicts with the formatter:
	astral-sh/ruff#8272
auto-merge was automatically disabled May 5, 2024 15:57

Head branch was pushed to by a user without write access

@reaperhulk reaperhulk enabled auto-merge (squash) May 5, 2024 16:01
@reaperhulk reaperhulk merged commit 9321740 into pyca:main May 5, 2024
58 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the ISC001 branch May 5, 2024 16:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants