ruff icon indicating copy to clipboard operation
ruff copied to clipboard

[redknot] unspecified-encoding lint rule

Open plredmond opened this issue 1 year ago • 1 comments

Implement an unspecified_encoding.py lint rule like the one in #11288.

import tempfile

tempfile.TemporaryFile("w")  # error

tempfile.TemporaryFile("w", encoding="utf-8")  # ok

This is still a draft.

plredmond avatar May 24 '24 21:05 plredmond

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

github-actions[bot] avatar May 24 '24 22:05 github-actions[bot]