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: Use more tuples and list/dict comprehensions #976

Merged
merged 1 commit into from Jun 12, 2022
Merged

Conversation

MartinThoma
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #976 (c604a75) into main (df8f121) will decrease coverage by 0.01%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##             main     #976      +/-   ##
==========================================
- Coverage   84.26%   84.24%   -0.02%     
==========================================
  Files          18       18              
  Lines        4117     4114       -3     
  Branches      868      868              
==========================================
- Hits         3469     3466       -3     
  Misses        465      465              
  Partials      183      183              
Impacted Files Coverage Δ
PyPDF2/_reader.py 79.44% <50.00%> (-0.09%) ⬇️
PyPDF2/_page.py 81.54% <100.00%> (ø)
PyPDF2/_writer.py 88.16% <100.00%> (ø)
PyPDF2/constants.py 100.00% <100.00%> (ø)
PyPDF2/papersizes.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df8f121...c604a75. Read the comment docs.

@MartinThoma MartinThoma marked this pull request as ready for review June 12, 2022 08:17
@MartinThoma MartinThoma merged commit 55f7c7b into main Jun 12, 2022
@MartinThoma MartinThoma deleted the perflint branch June 12, 2022 08:18
MartinThoma added a commit that referenced this pull request Jun 12, 2022
New Features (ENH):
-  Add support for pathlib as input for PdfReader (#979)

Performance Improvements (PI):
-  Optimize read_next_end_line (#646)

Bug Fixes (BUG):
-  Adobe Acrobat \'Would you like to save this file?\' (#970)

Documentation (DOC):
-  Notes on annotations (#982)
-  Who uses PyPDF2
-  intendet \xe2\x9e\x94 in robustness page  (#958)

Maintenance (MAINT):
-  pre-commit / requirements.txt updates (#977)
-  Mark read_next_end_line as deprecated (#965)
-  Export `PageObject` in PyPDF2 root (#960)

Testing (TST):
-  Add MCVE of issue #416 (#980)
-  FlateDecode.decode decodeParms (#964)
-  Xmp module (#962)
-  utils.paeth_predictor (#959)

Code Style (STY):
-  Use more tuples and list/dict comprehensions (#976)

Full Changelog: 2.1.0...2.1.1
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.

None yet

1 participant