-
Notifications
You must be signed in to change notification settings - Fork 1k
lint: reformat templates with djlint #18266
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
Merged
Merged
Conversation
This file contains hidden or 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
Signed-off-by: Mike Fiedler <[email protected]>
Signed-off-by: Mike Fiedler <[email protected]>
ewdurbin
approved these changes
Jun 13, 2025
miketheman
added a commit
to miketheman/warehouse
that referenced
this pull request
Jun 13, 2025
Part 3 of 3 Follows pypi#18266 Closes pypi#18175 Signed-off-by: Mike Fiedler <[email protected]>
konstin
added a commit
to konstin/warehouse
that referenced
this pull request
Jun 17, 2025
In pypi#18266, the html formatting of the simple index page broke; notice the missing whitespace before `data-dist-info-metadata`: ``` <a href="https://files.pythonhosted.org/packages/7c/61/9d574b10d9368ecb1a0c923952aa593510a20df4940aa615b3a71337c8db/numpy-2.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl#sha256=54dfc8681c1906d239e95ab1508d0a533c4a9505e52ee2d71a5472b04437ef97" data-requires-python=">=3.11"data-dist-info-metadata="sha256=354540ba72b4a8d4d997afaa32848bc1f37d8e5daba4ea647d9702cd1faf5095" data-core-metadata="sha256=354540ba72b4a8d4d997afaa32848bc1f37d8e5daba4ea647d9702cd1faf5095">numpy-2.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl</a> <br /> <a href="https://files.pythonhosted.org/packages/39/de/bcad52ce972dc26232629ca3a99721fd4b22c1d2bda84d5db6541913ef9c/numpy-2.3.0-pp311-pypy311_pp73-win_amd64.whl#sha256=e017a8a251ff4d18d71f139e28bdc7c31edba7a507f72b1414ed902cbe48c74d" data-requires-python=">=3.11"data-dist-info-metadata="sha256=83249f08c9dc7b3e1c91c7de20f430987f2959e20c528a155f78304be184ec5a" data-core-metadata="sha256=83249f08c9dc7b3e1c91c7de20f430987f2959e20c528a155f78304be184ec5a">numpy-2.3.0-pp311-pypy311_pp73-win_amd64.whl</a> <br /> <a href="https://files.pythonhosted.org/packages/f3/db/8e12381333aea300890829a0a36bfa738cac95475d88982d538725143fd9/numpy-2.3.0.tar.gz#sha256=581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" data-requires-python=">=3.11">numpy-2.3.0.tar.gz</a> <br /> ``` For now, I've restored the previous concise one-distribution-a-line formatting, but we can also allow djlint and insert the whitespaces by hand.
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jun 17, 2025
The script stumbled over a newline introduced in pypi/warehouse#18266 (which is valid).
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jun 18, 2025
The script stumbled over a newline introduced in pypi/warehouse#18266 (which is valid). Also fixed: Don't read versions for the same package from other indexes. We were using `project_name` here instead of `target`, while using the latter and only reading from a single index simplifies the code too.
miketheman
added a commit
to miketheman/warehouse
that referenced
this pull request
Jul 15, 2025
Mistake left in during pypi#18266 Signed-off-by: Mike Fiedler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part 2 of 3 from #18175
The commit hash from this PR should be added to
.git-blame-ignore-revs
once merged.