forked from pdfminer/pdfminer.six
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '8f52578e85b27831ab8a68a6d86721ea3348a553' into develop
* commit '8f52578e85b27831ab8a68a6d86721ea3348a553': Run black locally with nox (pdfminer#776) Install typing_extensions on Python 3.6 and 3.7 (pdfminer#775) Fix `TypeError` by Ignoring null characters in PSBaseParser (pdfminer#768) Fix `ValueError` with unencrypted metadata values (Fixes pdfminer#766). (pdfminer#774) Fix `TypeError` when getting default width of font (pdfminer#772) Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (pdfminer#756) Fix Sphinx warnings and error (pdfminer#760) Update CHANGELOG.md for pdfminer#755 Remove upper version bounds (pdfminer#755) Ignore path constructors that do not begin with m (pdfminer#749) Bump version 20220506 & fix small issue with types
- Loading branch information
Showing
27 changed files
with
302 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,15 @@ | ||
**Pull request** | ||
|
||
Please remove this paragraph and replace it with a description of your PR. | ||
Also include links to the issues that it fixes. | ||
Please *remove* this paragraph and replace it with a description of your PR. Also include the issue that it fixes. | ||
|
||
**How Has This Been Tested?** | ||
|
||
Please repalce this paragraph with a description of how this PR has been | ||
tested. Include the necessary instructions and files such that other can | ||
reproduce it. | ||
Please *remove* this paragraph with a description of how this PR has been tested. | ||
|
||
**Checklist** | ||
|
||
- [ ] I have formatted my code with [black](https://github.com/psf/black). | ||
- [ ] I have added tests that prove my fix is effective or that my feature | ||
works | ||
- [ ] I have added docstrings to newly created methods and classes | ||
- [ ] I have optimized the code at least one time after creating the initial | ||
version | ||
- [ ] I have updated the [README.md](../README.md) or verified that this | ||
is not necessary | ||
- [ ] I have updated the [readthedocs](../docs/source) documentation or | ||
verified that this is not necessary | ||
- [ ] I have added a concise human-readable description of the change to | ||
[CHANGELOG.md](../CHANGELOG.md) | ||
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md). | ||
- [ ] I have added a concise human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md). | ||
- [ ] I have tested that this fix is effective or that this feature works. | ||
- [ ] I have added docstrings to newly created methods and classes. | ||
- [ ] I have updated the [README.md](../README.md) and the [readthedocs](../docs/source) documentation. Or verified that this is not necessary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.