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

Add Sphinx Lint to pre-commit and fix RST bug #6340

Merged
merged 4 commits into from May 29, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented May 29, 2022

Sphinx Lint is an RST linter that has been spun out from a CPython tool.

It finds this bug in https://github.com/python-pillow/Pillow/blob/a50addb8e212e57dfe703b3d792691b3e18b2587/winbuild/build.rst#build-configuration

inline literal missing (escaped) space after literal: '``ARM64``b' (missing-space-after-literal)

image

So let's fix that, and also remove an orphaned sentence fragment.


And as follow on from #6223, let's switch to monthly autoupdate if quarterly is too seldom.

@radarhere radarhere merged commit 753da81 into python-pillow:main May 29, 2022
@hugovk hugovk deleted the sphinx-lint branch May 30, 2022 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants