ruff
fc94581a
- Avoid re-using symbol in RUF024 fix (#24316)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
160 days ago
Avoid re-using symbol in RUF024 fix (#24316) ## Summary Follows the suggestion from https://github.com/astral-sh/ruff/issues/24304 whereby if `key` is used, we try `key_0`, `key_1`, etc. Closes https://github.com/astral-sh/ruff/issues/24304.
References
#24316 - Avoid re-using symbol in RUF024 fix
Author
charliermarsh
Parents
ff4b4cbc
Loading