Skip to content

Conversation

@ember91
Copy link
Contributor

@ember91 ember91 commented Aug 7, 2025

PLE2513 --fix changes ESC and SUB to uppercase hexadecimal values such as \x1B while the formatter changes them to lowercase \x1b

Summary

Test Plan

PLE2513 --fix changes ESC and SUB to uppercase hexadecimal values such as \x1B while the formatter changes them to lowercase \x1b
@ntBre ntBre linked an issue Aug 7, 2025 that may be closed by this pull request
@ntBre ntBre added the fixes Related to suggested fixes for violations label Aug 7, 2025
Copy link
Contributor

@ntBre ntBre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you! And nice catch on the docs typo too. You just need to update a few more snapshots, and then this is good to go.

I'm also happy to push a commit for that if you prefer.

@ntBre ntBre changed the title [PLE2513] Make hex characters lowercase [pylint] Use lowercase hex characters to match the formatter (PLE2513) Aug 7, 2025
@ember91
Copy link
Contributor Author

ember91 commented Aug 7, 2025

It's fine if you do. Thanks!

@ntBre ntBre enabled auto-merge (squash) August 8, 2025 12:24
@ntBre ntBre merged commit 50e1ecc into astral-sh:main Aug 8, 2025
34 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fixes Related to suggested fixes for violations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PLE2513 and format have different hex casing opinions

2 participants