astral-sh / ruff

An extremely fast Python linter and code formatter, written in Rust.
https://docs.astral.sh/ruff
MIT License
28.59k stars 925 forks source link

Ruff extension for Visual Studio Code not show error E501 (line-too-long) #12096

Open alejandro-kid opened 2 days ago

alejandro-kid commented 2 days ago

I am using Visual Studio Code Insider, version 1.85, in Fedora Linux version 39. Don't matter what config I set, never shows when the line exceeds de configured limit. The other features in RUFF work well.

charliermarsh commented 2 days ago

We actually don't enable E501 by default. Are you enabling it in your configuration file?