Ruff rule E701 not ignored when marked to be ignored in a pyproject.toml file #420
biblicabeebli
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a screenshot of my pyproject.toml file on the left, and a random file in the repo (vscode).
Might be relevant:
The ruff format command doesn't seem to respect this pycodestyle detail - it follows the philosophy of the opinionated formatter - but ruff check and in particular
ruff check the_file.py --fixdo respect this detail when present in the repo's pyproject.toml file. (e.g. --fix only applies the fix if E701 is not ignored in pyproject.toml file)Seems to be something controlled by trunk that isn't respecting this.
ruff version declared by trunk is 0.14.4
using up to date vscode trunk extension
Beta Was this translation helpful? Give feedback.
All reactions