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

DOC: Minor readability increases #2515

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,32 @@ repos:
exclude: "docs/make.bat"
- id: check-added-large-files
args: ['--maxkb=1000']

- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
args: [--target-version, py37]

- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
exclude: "docs/user/robustness.md"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.9
hooks:
- id: ruff
args: ['--fix']

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
Expand Down
16 changes: 8 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ You can contribute to `pypdf on GitHub <https://github.com/py-pdf/pypdf>`_.

modules/PdfReader
modules/PdfWriter
modules/PdfMerger
modules/PageObject
modules/Transformation
modules/DocumentInformation
modules/XmpInformation
modules/Destination
modules/RectangleObject
modules/DocumentInformation
modules/Field
modules/PageRange
modules/annotations
modules/Fit
modules/PageObject
modules/PageRange
modules/PaperSize
modules/PdfMerger
modules/RectangleObject
modules/Transformation
modules/XmpInformation
modules/annotations
modules/constants
modules/errors
modules/generic
Expand Down