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

Changed string formatting to f-strings #8043

Merged
merged 3 commits into from
May 5, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

71b8d99
Select commit
Loading
Failed to load commit list.
Merged

Changed string formatting to f-strings #8043

[pre-commit.ci] auto fixes from pre-commit.com hooks
71b8d99
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 4, 2024 in 1s

0.00% of diff hit (target 51.67%)

View this Pull Request on Codecov

0.00% of diff hit (target 51.67%)

Annotations

Check warning on line 274 in src/PIL/DdsImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/DdsImagePlugin.py#L274

Added line #L274 was not covered by tests

Check warning on line 277 in src/PIL/DdsImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/DdsImagePlugin.py#L277

Added line #L277 was not covered by tests

Check warning on line 280 in src/PIL/DdsImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/DdsImagePlugin.py#L280

Added line #L280 was not covered by tests

Check warning on line 283 in src/PIL/DdsImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/DdsImagePlugin.py#L283

Added line #L283 was not covered by tests

Check warning on line 199 in src/PIL/ImImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/ImImagePlugin.py#L199

Added line #L199 was not covered by tests

Check warning on line 408 in src/PIL/Image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/Image.py#L408

Added line #L408 was not covered by tests

Check warning on line 431 in src/PIL/Image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/Image.py#L431

Added line #L431 was not covered by tests

Check warning on line 606 in src/PIL/Image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/Image.py#L606

Added line #L606 was not covered by tests

Check warning on line 2183 in src/PIL/Image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/Image.py#L2183

Added line #L2183 was not covered by tests

Check warning on line 2828 in src/PIL/Image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/Image.py#L2828

Added line #L2828 was not covered by tests

Check warning on line 64 in src/PIL/ImageMath.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/ImageMath.py#L64

Added line #L64 was not covered by tests

Check warning on line 92 in src/PIL/ImageMath.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/ImageMath.py#L92

Added line #L92 was not covered by tests

Check warning on line 87 in src/PIL/ImageMorph.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/ImageMorph.py#L87

Added line #L87 was not covered by tests

Check warning on line 199 in src/PIL/ImageWin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/ImageWin.py#L199

Added line #L199 was not covered by tests

Check warning on line 145 in src/PIL/PalmImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/PalmImagePlugin.py#L145

Added line #L145 was not covered by tests

Check warning on line 147 in src/PIL/PdfParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/PdfParser.py#L147

Added line #L147 was not covered by tests

Check warning on line 226 in src/PIL/PdfParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/PdfParser.py#L226

Added line #L226 was not covered by tests

Check warning on line 885 in src/PIL/PdfParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/PdfParser.py#L885

Added line #L885 was not covered by tests

Check warning on line 192 in src/PIL/PngImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/PngImagePlugin.py#L192

Added line #L192 was not covered by tests

Check warning on line 221 in src/PIL/SpiderImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/SpiderImagePlugin.py#L221

Added line #L221 was not covered by tests

Check warning on line 472 in src/PIL/TiffImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/TiffImagePlugin.py#L472

Added line #L472 was not covered by tests

Check warning on line 991 in src/PIL/TiffImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/TiffImagePlugin.py#L990-L991

Added lines #L990 - L991 were not covered by tests

Check warning on line 2030 in src/PIL/TiffImagePlugin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/TiffImagePlugin.py#L2028-L2030

Added lines #L2028 - L2030 were not covered by tests

Check warning on line 92 in src/PIL/features.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/features.py#L92

Added line #L92 was not covered by tests

Check warning on line 108 in src/PIL/features.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/features.py#L108

Added line #L108 was not covered by tests