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

STY: Apply ruff/flake8-implicit-str-concat rule ISC001 #870

Merged
merged 1 commit into from
May 4, 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

	ISC001 Implicitly concatenated string literals on one line

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

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.52%. Comparing base (830b4fc) to head (6648e2d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #870   +/-   ##
=======================================
  Coverage   68.52%   68.52%           
=======================================
  Files          86       86           
  Lines        8220     8220           
  Branches      949      949           
=======================================
  Hits         5633     5633           
  Misses       2580     2580           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies effigies merged commit a9f00d5 into nipreps:master May 4, 2024
23 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the ISC001 branch May 4, 2024 20:40
effigies pushed a commit that referenced this pull request Jun 10, 2024
ISC001 Implicitly concatenated string literals on one line

This rule is currently disabled because it conflicts with the formatter:
	astral-sh/ruff#8272
effigies added a commit that referenced this pull request Jun 10, 2024
1.10.2 (June 10, 2024)

Bug-fix release in the 1.10.x series

* ENH: Modify FSSource to output T2 (#868)
* STY: Apply ruff/flake8-implicit-str-concat rule ISC001 (#870)
* STY: Remove extraneous quotes (#859)
* STY: Apply assorted ruff/refurb rules (#867)
* MNT: update vendored docs files (#834)
* MNT: Fix deprectation error in CI (#866)
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