Hieu Quang

Results 7 issues of Hieu Quang

## Summary Expand environment variables that exist into their values accepting only the format ${VARIABLE_NAME_123} where the name must follow the POSIX standard of ASCII upper case letters, numbers and...

Proposal: creation of rules to remove usages of the six module, replacing with the Python 3 only equivalent. This would align with the UP rules, but I don't know if...

rule
needs-decision

ruff 0.4.3 (1e91a0991 2024-05-03) I am trying to parse the output of `ruff check --fix --fix-only --show-fixes` to validate what has been changed. When using output = `text` or `full`,...

question

ruff 0.4.4 (3e8878a1c 2024-05-09) We have an application that targets Python 3.9+, but instead of `from __future__ import annotations` on all files that is kinda ugly and unnecessary most of...

bug

Context: Discussion https://github.com/astral-sh/ruff/discussions/11367 The idea is that each rule should have a history or log of when it was added as preview, when it became stable and when it had...

documentation
needs-design

Remove all rules from S401 to S415 (suspicious imports) and create a single S400 rule that says `"Possibly insecure import {import_name}: {reason}"` Allow the imports being configured via command line...

question

Recently uv started supporting TOML config files and it has been very useful. I believe it could be greatly expanded. (BTW, there is no "discussions" page on this Github project....

configuration